Revision 24d48647 doc/examples/ganeti.initd.in

b/doc/examples/ganeti.initd.in
1 1
#!/bin/sh
2 2
# ganeti node daemon starter script
3 3
# based on skeleton from Debian GNU/Linux
4
### BEGIN INIT INFO
5
# Provides:          ganeti
6
# Required-Start:    $syslog $remote_fs xend
7
# Required-Stop:     $syslog $remote_fs xend
8
# Default-Start:     2 3 4 5
9
# Default-Stop:      S 0 1 6
10
# Short-Description: Ganeti Xen Cluster Manager
11
# Description:       Ganeti Xen Cluster Manager 
12
### END INIT INFO
4 13

  
5 14
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
6 15
DESC="Ganeti cluster"

Also available in: Unified diff