Be quiet when checking at start.
This commit is contained in:
@@ -857,7 +857,7 @@ int start_stop_daemon(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (pidfile) {
|
if (pidfile) {
|
||||||
pid = get_pid(pidfile, quiet);
|
pid = get_pid(pidfile, true);
|
||||||
} else
|
} else
|
||||||
pid = 0;
|
pid = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user