Loading debian/init +2 −3 Original line number Diff line number Diff line Loading @@ -49,9 +49,8 @@ fi # do_start() { start-stop-daemon --start --quiet --background --make-pidfile \ --pidfile $PIDFILE --chuid $USER:$GROUP --exec $DAEMON \ --test > /dev/null || return 1 start-stop-daemon --start --quiet --background --name $NAME \ --exec $(readlink -f $(which python)) --test > /dev/null || return 1 start-stop-daemon --start --quiet --background --make-pidfile \ --pidfile $PIDFILE --chuid $USER:$GROUP --exec $DAEMON \ -- $DAEMON_OPTS || return 2 Loading Loading
debian/init +2 −3 Original line number Diff line number Diff line Loading @@ -49,9 +49,8 @@ fi # do_start() { start-stop-daemon --start --quiet --background --make-pidfile \ --pidfile $PIDFILE --chuid $USER:$GROUP --exec $DAEMON \ --test > /dev/null || return 1 start-stop-daemon --start --quiet --background --name $NAME \ --exec $(readlink -f $(which python)) --test > /dev/null || return 1 start-stop-daemon --start --quiet --background --make-pidfile \ --pidfile $PIDFILE --chuid $USER:$GROUP --exec $DAEMON \ -- $DAEMON_OPTS || return 2 Loading