mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Merge pull request #7255 from Obihoernchen/systemd-service
Fix legacy PIDFile location
This commit is contained in:
commit
4a78ac1fcb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user