diff options
author | Roy Marples <roy@marples.name> | 2008-05-27 16:48:47 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-05-27 16:48:47 +0000 |
commit | aaaa0b50d88d0fd3d2d971b76076e79ccef46b97 (patch) | |
tree | dc69a181e0a7e613ffa3e96daf38d83168edfe1d /src/rc | |
parent | ca6f289c80110c9767bd9ae67ea7017976576837 (diff) |
Be quiet when checking at start.
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/start-stop-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index 7ee9b2f8..ce018fcd 100644 --- a/src/rc/start-stop-daemon.c +++ b/src/rc/start-stop-daemon.c @@ -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; |