]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- run under mail user
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 1 Feb 2006 22:32:05 +0000 (22:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dspam.init -> 1.3

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.032082 seconds and 4 git commands to generate.