13 lines
270 B
Desktop File
13 lines
270 B
Desktop File
[Unit]
|
|
Description=xCAT Management Service
|
|
After=network.target syslog.target sshd.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-/etc/sysconfig/xcat
|
|
ExecStart=/opt/xcat/sbin/xcatd -p /var/run/xcatd.pid
|
|
PIDFile=/var/run/xcatd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|