syncevolution/src/syncevo-dbus-server-startup.sh.in
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

4 lines
76 B
Bash
Executable file

#! /bin/sh
sleep 120
exec @libexecdir@/syncevo-dbus-server 2>/dev/null 1>&1