Changed miau initscript

This commit is contained in:
Stefan Schantl
2009-03-24 22:49:03 +01:00
parent bbffc9c2e6
commit 0737bb547d

View File

@@ -19,7 +19,7 @@ case "${1}" in
start)
boot_mesg "Starting miau - another IRC-bouncer/proxy..."
chown -R nobody.nobody /opt/miau
loadproc sudo -u nobody /opt/miau/bin/miau -d /opt/miau/config | head -n 0
loadproc sudo -u nobody /opt/miau/bin/miau -d /opt/miau/config > /dev/null
evaluate_retval
;;