diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-09-23 12:43:49 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-09-23 12:43:58 +0200 |
commit | cbc7b762cd8b211810fe99e419af0c6287b4ffd6 (patch) | |
tree | c1ffb6e89c67bbfd862471095fc803901b6965cb /main/darkhttpd/darkhttpd.initd | |
parent | 44c0cf1f47820b37d9fcfe383d2794754f64a8d0 (diff) | |
download | aports-cbc7b762cd8b211810fe99e419af0c6287b4ffd6.tar.bz2 aports-cbc7b762cd8b211810fe99e419af0c6287b4ffd6.tar.xz |
main/darkhttpd: be silent when starting from init
Diffstat (limited to 'main/darkhttpd/darkhttpd.initd')
-rw-r--r-- | main/darkhttpd/darkhttpd.initd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/darkhttpd/darkhttpd.initd b/main/darkhttpd/darkhttpd.initd index 1ba6e0ad88..b16244b25c 100644 --- a/main/darkhttpd/darkhttpd.initd +++ b/main/darkhttpd/darkhttpd.initd @@ -6,6 +6,7 @@ command_args="${document_root:-/var/www/localhost/htdocs} --chroot --daemon --ui procname="darkhttpd" pidfile="" stopsig="SIGTERM" +start_stop_daemon_args="-q" optional_arg() { if [ -n "$2" ]; then |