mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-07 18:58:14 +00:00
17 lines
306 B
Desktop File
17 lines
306 B
Desktop File
[Unit]
|
|
Description=xCAT management service
|
|
After=network.target syslog.service
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/xcat
|
|
Type=forking
|
|
PIDFile=/var/run/xcatd.pid
|
|
ExecStart=/opt/xcat/sbin/xcatd
|
|
LimitNOFILE=16000
|
|
RemainAfterExit=no
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|