start xcatd at start time on ubuntu
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14414 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d31778304b
commit
d42c19677a
@ -22,7 +22,7 @@ case "$1" in
|
||||
configure)
|
||||
. /etc/profile.d/xcat.sh
|
||||
if [ ! -e "/etc/rc0.d/K60xcatd" ];then
|
||||
update-rc.d xcatd start 85 3 4 5 . stop 60 0 1 2 6 .
|
||||
update-rc.d xcatd start 85 2 3 4 5 . stop 60 0 1 6 .
|
||||
else
|
||||
update-rc.d xcatd enable
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user