Commit graph

3 commits

Author SHA1 Message Date
Patrick Ohly
21285ece61 syncevo-dbus-server-startup.sh.in: suppress output
In MeeGo, the output is redirected to a log file. We don't want that
(output includes INFO message of syncs and even used to include DEBUG
messages!), so better redirect to /dev/null.
2010-03-29 11:01:36 +02:00
Patrick Ohly
96c0b6a654 syncevo-dbus-server-startup.sh.in: make it a real shell script (MB #1000)
Shell scripts should start with "#! /bin/sh" instead of
depending on Linux executing unknown files via the shell.
2010-03-08 15:29:32 -08:00
Zhu, Yongsheng
fb706a807a DBusServer: start syncevo-dbus-server when users log in
create a desktop file to start syncevo-dbus-server when a user
logs in. The desktop file actually starts syncevo-dbus-server-startup.sh
instead of syncevo-dbus-server directly. The reason is the script is to
sleep 120 seconds and then start the dbus server not to increase starting
time of the system.

Don't use AC_CONFIG_FILES() to generate the desktop file and script.
That's because if a @variable@ references other variables in the *.in
file, substitutions won't work.
2010-03-08 15:26:58 -08:00