Implement replace_secondary in the dumb allocator
[ganeti-local] / doc / examples / ganeti.initd.in
index 9faba73..2d5219f 100644 (file)
@@ -1,6 +1,15 @@
 #!/bin/sh
 # ganeti node daemon starter script
 # based on skeleton from Debian GNU/Linux
+### BEGIN INIT INFO
+# Provides:          ganeti
+# Required-Start:    $syslog $remote_fs xend
+# Required-Stop:     $syslog $remote_fs xend
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Ganeti Xen Cluster Manager
+# Description:       Ganeti Xen Cluster Manager
+### END INIT INFO
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
 DESC="Ganeti cluster"
@@ -79,5 +88,3 @@ case "$1" in
 esac
 
 exit 0
-
-# vim: set sw=4 sts=4 et foldmethod=marker :