]> WPIA git - cassiopeia.git/commitdiff
fix: Change author and user in init script
authorFelix Dörre <felix@dogcraft.de>
Tue, 4 Nov 2014 08:52:24 +0000 (09:52 +0100)
committerBenny Baumann <BenBE@geshi.org>
Fri, 7 Nov 2014 22:53:05 +0000 (23:53 +0100)
debian/cassiopeia.init

index 6f278005e40a71bb84d50fa0722335118c77324d..4352885c9531a231b197ac9a38bd5d347b74cd25 100644 (file)
@@ -11,7 +11,7 @@
 #                    <...>
 ### END INIT INFO
 
-# Author: unknown <software@cacert.org>
+# Author: CAcert Software Team <cacert-devel@cacert.org>
 
 # Do NOT "set -e"
 
@@ -54,7 +54,7 @@ do_start()
        #   2 if daemon could not be started
         start-stop-daemon -b --start --quiet --pidfile $PIDFILE -d $DIR --exec $DAEMON --test > /dev/null \
                || return 1
-       start-stop-daemon -b --start --quiet --pidfile $PIDFILE --make-pidfile -d $DIR --exec $DAEMON --no-close -- \
+       start-stop-daemon -b --start --quiet --pidfile $PIDFILE --make-pidfile -d $DIR -c nobody --exec $DAEMON --no-close -- \
                >> /var/log/cassiopeia.log 2>&1 \
                || return 2
        # The above code will not work for interpreted scripts, use the next