ia64/xen-unstable
changeset 4228:e65dba35e87c
bitkeeper revision 1.1236.1.95 (423d90c7SBXNlShGVmT7ksTwZFp-Bw)
LSM INIT INFO block added to xendomains
From: Kurt Garloff
Signed-off-by: ian@xensource.com
LSM INIT INFO block added to xendomains
From: Kurt Garloff
Signed-off-by: ian@xensource.com
author | iap10@firebug.cl.cam.ac.uk |
---|---|
date | Sun Mar 20 15:03:35 2005 +0000 (2005-03-20) |
parents | 697ebfe04406 |
children | c8f647bf77b3 |
files | tools/examples/init.d/xendomains |
line diff
1.1 --- a/tools/examples/init.d/xendomains Sun Mar 20 14:09:40 2005 +0000 1.2 +++ b/tools/examples/init.d/xendomains Sun Mar 20 15:03:35 2005 +0000 1.3 @@ -14,6 +14,18 @@ 1.4 # Applications HOWTO" by Avi Alkalay 1.5 # <http://www.tldp.org/HOWTO/HighQuality-Apps-HOWTO/> 1.6 # 1.7 +### BEGIN INIT INFO 1.8 +# Provides: xendomains 1.9 +# Required-Start: $syslog $remote_fs xend 1.10 +# Should-Start: 1.11 +# Required-Stop: $syslog $remote_fs xend 1.12 +# Should-Stop: 1.13 +# Default-Start: 3 4 5 1.14 +# Default-Stop: 0 1 2 6 1.15 +# Short-Description: Start/stop secondary xen domains 1.16 +# Description: Start / stop domains automatically when domain 0 1.17 +# boots / shuts down. 1.18 +### END INIT INFO 1.19 1.20 if ! [ -e /proc/xen/privcmd ]; then 1.21 exit 0