From e859716e1f3cb3210171fd340c08637ed50ea08d Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 6 Nov 2006 16:00:02 +0000 Subject: [PATCH] Added Required-{Start,Stop} keywords to init script. --- debian/collectd.init.d | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2