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