From: Sebastian Harl Date: Mon, 6 Nov 2006 16:00:02 +0000 (+0000) Subject: Added Required-{Start,Stop} keywords to init script. X-Git-Tag: collectd-3.10.3-1~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e859716e1f3cb3210171fd340c08637ed50ea08d;p=pkg-collectd.git Added Required-{Start,Stop} keywords to init script. --- diff --git a/debian/collectd.init.d b/debian/collectd.init.d index 549e919..525b3f5 100755 --- a/debian/collectd.init.d +++ b/debian/collectd.init.d @@ -9,7 +9,9 @@ ### BEGIN INIT INFO # Provides: collectd # Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs # Should-Start: $network $named $syslog $time +# Should-Stop: $network $named $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start the statistics collection daemon