From c6ad4bc546ea68af7134950efb45fe896c8361de Mon Sep 17 00:00:00 2001 From: Sven Giermann Date: Mon, 23 Nov 2015 12:19:49 +0100 Subject: [PATCH] Add Default-Stop to init script Enabling the debian init-script reports the following warning: > update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match ebusd Default-Stop values (none) This change tells update-rc.d to stop this service on shutdown. --- contrib/etc/init.d/ebusd.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/etc/init.d/ebusd.debian b/contrib/etc/init.d/ebusd.debian index 87113bc1..628a6f64 100755 --- a/contrib/etc/init.d/ebusd.debian +++ b/contrib/etc/init.d/ebusd.debian @@ -5,7 +5,7 @@ # Required-Start: $network $remote_fs $syslog # Required-Stop: $network $remote_fs $syslog # Default-Start: 2 3 4 5 -# Default-Stop: +# Default-Stop: 0 1 6 # Short-Description: Start ebusd ### END INIT INFO