Add some header to aquarium script, needed for the init.d service
[aquarium] / scripts / aquarium.sh
index 7042068..55eb75f 100755 (executable)
@@ -28,7 +28,7 @@
 # The views and conclusions contained in the software and documentation are
 # those of the authors and should not be interpreted as representing official
 # policies, either expressed or implied, of GRNET S.A.
-
+#
 #
 # Init script for Aquarium
 #
 # AQUARIUM_HOME   Location of the top level Aquarium dir
 #                 (default: .)
 #----------------------
-
+#
 #set -x
+#
+### BEGIN INIT INFO
+# Provides:             aquarium
+# Required-Start:       $all
+# Required-Stop:        $all
+# Should-Start:         $local_fs
+# Should-Stop:          $local_fs
+# Default-Start:        2 3 4 5
+# Default-Stop:         0 1 6
+### END INIT INFO
 
 # resolve links - $0 may be a softlink
 PRG="$0"