2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 05:11:12 +00:00

Merge pull request #7255 from Obihoernchen/systemd-service

Fix legacy PIDFile location
This commit is contained in:
besawn
2022-12-09 09:47:02 -05:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ After=network.target syslog.service
[Service]
EnvironmentFile=-/etc/sysconfig/xcat
Type=forking
PIDFile=/var/run/xcatd.pid
PIDFile=/run/xcatd.pid
ExecStart=/etc/init.d/xcatd start
ExecStop=/etc/init.d/xcatd stop
LimitNOFILE=16000