2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-20 02:00:24 +00:00

fix issue [fvt]diskfull provison node status always booting #2204

This commit is contained in:
immarvin
2016-11-29 01:22:15 -05:00
parent c61b0cdba4
commit e48098eddd

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