Moved boot script from init.d to upstart. Fixed some problems in call listener.
[jenirok] / src / gui / daemon.cpp
index c5bc0d4..28af8ee 100644 (file)
@@ -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();