]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/miau
Skip checkfstab if root is set by UUID.
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / miau
old mode 100755 (executable)
new mode 100644 (file)
index 4e083ae..2eabd23
@@ -18,7 +18,9 @@
 case "${1}" in
        start)
                boot_mesg "Starting miau - another IRC-bouncer/proxy..."
-               loadproc /opt/miau/bin/miau -d /opt/miau/config
+               chown -R nobody.nobody /opt/miau
+               loadproc sudo -u nobody /opt/miau/bin/miau -d /opt/miau/config > /dev/null
+               evaluate_retval
                ;;
                
        stop)