X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fgui%2Fdaemon.cpp;h=28af8eefa77a12b3007524e42f0539be14c1ed3b;hb=f47fcb3ca78e8b27cace31fb18becd9dfa35d3d8;hp=c5bc0d44921ef9f66f5e8fc345e88d3bed310556;hpb=4c87b6256dcaa2fc16568fcdb4d7a83f840cccd1;p=jenirok diff --git a/src/gui/daemon.cpp b/src/gui/daemon.cpp index c5bc0d4..28af8ee 100644 --- a/src/gui/daemon.cpp +++ b/src/gui/daemon.cpp @@ -29,7 +29,7 @@ namespace bool Daemon::start() { QProcess proc; - proc.start(INIT_DIR + "/" + DAEMON_NAME, QStringList() << "start" << "manual"); + proc.start(INIT_DIR + "/" + DAEMON_NAME, QStringList() << "start" << "-manual"); proc.waitForStarted(); proc.waitForFinished();