From: Felix Dörre Date: Wed, 5 Nov 2014 13:44:03 +0000 (+0100) Subject: upd: Setup logfile location conformant with cacert-gigi and FHS X-Git-Url: https://code.wpia.club/?p=cassiopeia.git;a=commitdiff_plain;h=885459050e9385a15571339791b5882c1b097292 upd: Setup logfile location conformant with cacert-gigi and FHS --- diff --git a/debian/cacert-cassiopeia.init b/debian/cacert-cassiopeia.init index 4352885..726d4ab 100644 --- a/debian/cacert-cassiopeia.init +++ b/debian/cacert-cassiopeia.init @@ -55,7 +55,7 @@ do_start() 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 -c nobody --exec $DAEMON --no-close -- \ - >> /var/log/cassiopeia.log 2>&1 \ + >> /var/log/cacert-cassiopeia.log 2>&1 \ || return 2 # The above code will not work for interpreted scripts, use the next # six lines below instead (Ref: #643337, start-stop-daemon(8) )