mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-05 19:15:13 +00:00
13 lines
306 B
Desktop File
13 lines
306 B
Desktop File
[Unit]
|
|
Description=xcat service on compute node, the framework to run postbootscript and update node status
|
|
After=network.target rsyslog.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/xcat/xcatpostinit1 start
|
|
ExecStop=/opt/xcat/xcatpostinit1 stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|