2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-05 09:48:31 +00:00

Correct path to xcatd in systemd file

This commit is contained in:
Jarrod Johnson
2018-08-10 16:08:35 -04:00
parent 35eafd07c9
commit 5fe0e39fa9

View File

@@ -6,7 +6,7 @@ After=network.target syslog.service
EnvironmentFile=-/etc/sysconfig/xcat
Type=forking
PIDFile=/var/run/xcatd.pid
ExecStart=/opt/xcat/bin/xcatd
ExecStart=/opt/xcat/sbin/xcatd
LimitNOFILE=16000
RemainAfterExit=no
Restart=on-failure