]> git.pld-linux.org Git - packages/mongodb.git/commitdiff
- restore LSB header (can be useful with systemd)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 23 Apr 2012 07:06:50 +0000 (07:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mongodb.init -> 1.3

mongodb.init

index 6102259cb3905f0f476223120837aa059ea26a32..d8bed589ee2437926514b7759476a4b97d049e77 100644 (file)
@@ -9,6 +9,17 @@
 # processname: mongod
 # pidfile:      /var/run/mongod.pid
 #
+### BEGIN INIT INFO
+# Provides:          mongod
+# Required-Start: $syslog $local_fs $network
+# Required-Stop:  $syslog $local_fs $network
+# Should-Start:   $remote_fs
+# Should-Stop:    $remote_fs
+# Default-Start:     3 4 5
+# Default-Stop:      0 1 2 6
+# Short-Description: MongoDB server
+# Description:       Starts and stops the MongoDB daemon
+### END INIT INFO
 
 # Source function library
 . /etc/rc.d/init.d/functions
This page took 0.089464 seconds and 4 git commands to generate.