2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Merge pull request #2212 from immarvin/onsysvinit

fix issue [fvt]diskfull provison node status always booting #2204
This commit is contained in:
Xiaopeng Wang 2016-11-29 15:38:43 +08:00 committed by GitHub
commit c2168fb38a

View File

@ -4,6 +4,18 @@
# description: the hook for systemd service unit to run PB and report node status on diskful node
# processname: xcatpostinit1
### BEGIN INIT INFO
# Provides: xcatpostinit1
# Required-Start: $network $syslog
# Should-Start:
# Required-Stop: $network $syslog
# Should-Stop:
# Default-Start: 3 4 5
# Default-Stop: 0 1 2 6
# Short-Description: hook to run xcat PBS and report node status
# Description:
### END INIT INFO
# Source function library.
if [ -x /etc/rc.d/init.d/functions ]; then
. /etc/rc.d/init.d/functions