]> WPIA git - gigi.git/blobdiff - debian/cacert-gigi.cacert-gigi.init
UPD: Fix the debian package
[gigi.git] / debian / cacert-gigi.cacert-gigi.init
index d31f546a701c5e52c0f1d8de0812dfe6ff100a93..d044355f55a3084c11a5430d449b29602f924f3d 100644 (file)
@@ -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) )