mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-22 11:10:24 +00:00
Fix legacy PIDFile location
Fixes error: /usr/lib/systemd/system/xcatd.service:8: PIDFile= references a path below legacy directory /var/run/, updating /var/run/xcatd.pid → /run/xcatd.pid; please update the unit file accordingly.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user