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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user