From 96c9cb1e216055280ae613f3d0d0d4070ab7dded Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Tue, 4 Nov 2014 09:52:24 +0100 Subject: [PATCH] fix: Change author and user in init script --- debian/cassiopeia.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2