X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=debian%2Fcacert-gigi.cacert-gigi.init;h=d044355f55a3084c11a5430d449b29602f924f3d;hp=d31f546a701c5e52c0f1d8de0812dfe6ff100a93;hb=57dc561f9679fa7afaee28f2d414dc20be69d66b;hpb=7e53b5afc33e0c7bf4416cb9bf1bcf39e8ec8698 diff --git a/debian/cacert-gigi.cacert-gigi.init b/debian/cacert-gigi.cacert-gigi.init index d31f546a..d044355f 100644 --- a/debian/cacert-gigi.cacert-gigi.init +++ b/debian/cacert-gigi.cacert-gigi.init @@ -54,8 +54,7 @@ do_start() # 2 if daemon could not be started start-stop-daemon --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 -- \ - $DAEMON_ARGS < /etc/cacert-gigi/conf.tar >> /var/log/cacert-gigi.log 2>&1 \ + start-stop-daemon -b --start --quiet --pidfile $PIDFILE -d $DIR --exec /usr/bin/gigi -- start-daemon \ || return 2 # The above code will not work for interpreted scripts, use the next # six lines below instead (Ref: #643337, start-stop-daemon(8) )