From: Felix Dörre Date: Tue, 4 Nov 2014 08:52:24 +0000 (+0100) Subject: fix: Change author and user in init script X-Git-Url: https://code.wpia.club/?a=commitdiff_plain;h=96c9cb1e216055280ae613f3d0d0d4070ab7dded;hp=9278cdd550c327a863f7515723cc4031d71e7f06;p=cassiopeia.git fix: Change author and user in init script --- diff --git a/debian/cassiopeia.init b/debian/cassiopeia.init index 6f27800..4352885 100644 --- a/debian/cassiopeia.init +++ b/debian/cassiopeia.init @@ -11,7 +11,7 @@ # <...> ### END INIT INFO -# Author: unknown +# Author: CAcert Software Team # 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