add reload option to allow reload of xcatd on service nodes without restarting any services
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2819 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f63ce7dc6a
commit
31fd3fa0ba
@ -70,6 +70,12 @@ restart)
|
||||
$0 stop
|
||||
$0 start
|
||||
;;
|
||||
reload)
|
||||
$0 stop
|
||||
echo -n "Reloading xCATd "
|
||||
export XCATRELOAD=yes
|
||||
$0 start
|
||||
;;
|
||||
status)
|
||||
$STATUS
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user