From: mhoellein Date: Thu, 16 Jan 2020 07:46:05 +0000 (+0100) Subject: committing changes in /etc after apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=e63371fda8a781122d4d7d03741a288103a588f6;p=homeserver committing changes in /etc after apt run Package changes: +devolo-dlan-cockpit 5.1.1-0 amd64 +lib32gcc1 1:8.3.0-6ubuntu1~18.04.1 amd64 +lib32stdc++6 8.3.0-6ubuntu1~18.04.1 amd64 --- diff --git a/init.d/devolonetsvc b/init.d/devolonetsvc index bf6ceee6..ca4392fc 100755 --- a/init.d/devolonetsvc +++ b/init.d/devolonetsvc @@ -20,7 +20,7 @@ NAME=devolonetsvc PIDFILE=/var/run/$NAME.pid DAEMON=/usr/bin/$NAME DAEMON_WORKDIR=/var/lib/devolonetsvc -DAEMON_ARGS=$PIDFILE +INTERFACES= SCRIPTNAME=/etc/init.d/$NAME # Exit if the package is not installed @@ -50,7 +50,7 @@ do_start() start-stop-daemon --start --quiet --background --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \ || return 1 start-stop-daemon --start --quiet --background --pidfile $PIDFILE --exec $DAEMON --chdir $DAEMON_WORKDIR -- \ - $DAEMON_ARGS \ + $PIDFILE $INTERFACES \ || return 2 # Add code here, if necessary, that waits for the process to be ready # to handle requests from services started subsequently which depend