2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-26 17:54:05 +00:00

doc: Add comments to /etc/init.d/xcatd changes

Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
This commit is contained in:
Daniel Hilst Selli
2026-01-26 13:01:21 -03:00
parent 32acf9af04
commit 048d82768e
+2 -1
View File
@@ -54,7 +54,7 @@ MStatus()
}
if [ -f /etc/init.d/functions ]; then
#echo RH
# EL8-
. /etc/init.d/functions
START_DAEMON=daemon
STATUS=MStatus
@@ -62,6 +62,7 @@ if [ -f /etc/init.d/functions ]; then
LOG_FAILURE=RHFailure
LOG_WARNING=passed
elif [ -f /etc/rc.d/init.d/functions ]; then
# EL9+
. /etc/rc.d/init.d/functions
START_DAEMON=daemon
STATUS=MStatus