mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 15:05:36 +00:00
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:
@ -70,6 +70,12 @@ restart)
|
||||
$0 stop
|
||||
$0 start
|
||||
;;
|
||||
reload)
|
||||
$0 stop
|
||||
echo -n "Reloading xCATd "
|
||||
export XCATRELOAD=yes
|
||||
$0 start
|
||||
;;
|
||||
status)
|
||||
$STATUS
|
||||
;;
|
||||
|
Reference in New Issue
Block a user