]> git.pld-linux.org Git - packages/dspam.git/blobdiff - dspam.init
- more fixes
[packages/dspam.git] / dspam.init
index ba3f02f7837f84583370a681fd805993036b8b2c..800d42ee58c8c34a19cf774e680d0d24f5946268 100644 (file)
@@ -20,7 +20,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/dspam ]; then
                msg_starting dspam
-               daemon --fork /usr/bin/dspam --daemon
+               daemon --fork --user mail /usr/bin/dspam --daemon
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dspam
        else
This page took 0.11683 seconds and 4 git commands to generate.