2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-07 18:58:14 +00:00

Fix location of the xcatpostinit script

This commit is contained in:
Jarrod Johnson
2018-08-11 13:01:50 -04:00
parent 40261afdf7
commit 00423e93d0

View File

@@ -4,8 +4,8 @@ After=network.target rsyslog.service
[Service]
Type=oneshot
ExecStart=/opt/xcat/xcatpostinit start
ExecStop=/opt/xcat/xcatpostinit stop
ExecStart=/etc/init.d/xcatpostinit start
ExecStop=/etc/init.d/xcatpostinit stop
RemainAfterExit=yes
[Install]