bug 11729: cloud-agent depends on network

status 11729: resolved fixed
This commit is contained in:
Edison Su 2011-11-03 17:59:48 -07:00
parent 5e447ad17c
commit e6667b15f2
1 changed files with 11 additions and 3 deletions

View File

@ -1,9 +1,17 @@
#!/bin/bash
#!/bin/sh
#
# cloud-agent This shell script takes care of starting and stopping cloud-agent
#
# chkconfig: 35 99 10
# description: Cloud Agent
# WARNING: if this script is changed, then all other initscripts MUST BE changed to match it as well
### BEGIN INIT INFO
# Provides: cloud-agent
# Required-Start: $network
# Default-Stop: 0 1 6
# Short-Description: Start up the cloud agent sevice
# description: Cloud Agent
### END INIT INFO
. /etc/rc.d/init.d/functions