summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian/bcfg2-server.init8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/bcfg2-server.init b/debian/bcfg2-server.init
index a1fa65d14..8de16b9b5 100755
--- a/debian/bcfg2-server.init
+++ b/debian/bcfg2-server.init
@@ -7,13 +7,13 @@
#
### BEGIN INIT INFO
# Provides: bcfg2-server
-# Required-Start: $network $remote_fs $named
-# Required-Stop: $network $remote_fs $named
+# Required-Start: $network $remote_fs $named $syslog
+# Required-Stop: $network $remote_fs $named $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Configuration management Server
-# Description: Bcfg2 is a configuration management system that builds
-# installs configuration files served by bcfg2-server
+# Description: The server component of the Bcfg2 configuration management
+# system
### END INIT INFO
# Include lsb functions