summaryrefslogtreecommitdiffstats
path: root/fusioninventory-agent.init
diff options
context:
space:
mode:
Diffstat (limited to 'fusioninventory-agent.init')
-rwxr-xr-xfusioninventory-agent.init11
1 files changed, 10 insertions, 1 deletions
diff --git a/fusioninventory-agent.init b/fusioninventory-agent.init
index c515805..c2467fd 100755
--- a/fusioninventory-agent.init
+++ b/fusioninventory-agent.init
@@ -1,10 +1,19 @@
#!/bin/bash
#
-# chkconfig: 345 88 12
+# chkconfig: - 88 12
# description: FusionInventory Agent
# processname: fusioninventory-agent
# config: /etc/sysconfig/fusioninventory-agent.pid
# pidfile: /var/run/fusioninventory-agent.pid
+### BEGIN INIT INFO
+# Provides: fusioninventory-agent
+# Required-Start: $local_fs $remote_fs $network $named $syslog $time
+# Required-Stop: $local_fs $remote_fs $network $named $syslog $time
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: FusionInventory agent
+# Description: FusionInventory agent
+### END INIT INFO
# source function library
. /etc/rc.d/init.d/functions