diff options
Diffstat (limited to 'debianutils/start_stop_daemon.c')
-rw-r--r-- | debianutils/start_stop_daemon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 1eaf0d78c..03f49165c 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -242,6 +242,9 @@ start_stop_daemon_main(int argc, char **argv) | |||
242 | bb_show_usage(); | 242 | bb_show_usage(); |
243 | } | 243 | } |
244 | 244 | ||
245 | if (opt & SSD_OPT_QUIET) | ||
246 | quiet = 1; | ||
247 | |||
245 | if (signame) { | 248 | if (signame) { |
246 | signal_nr = bb_xgetlarg(signame, 10, 0, NSIG); | 249 | signal_nr = bb_xgetlarg(signame, 10, 0, NSIG); |
247 | } | 250 | } |