Small fixes to banner delays and daemon's startup parameters.
[jenirok] / src / gui / daemon.cpp
index 28af8ee..0b0d635 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");
 
     proc.waitForStarted();
     proc.waitForFinished();