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:
lissav 2009-03-02 15:32:34 +00:00
parent f63ce7dc6a
commit 31fd3fa0ba

View File

@ -70,6 +70,12 @@ restart)
$0 stop
$0 start
;;
reload)
$0 stop
echo -n "Reloading xCATd "
export XCATRELOAD=yes
$0 start
;;
status)
$STATUS
;;