mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-04 01:08:18 +00:00
13 lines
304 B
Desktop File
Executable File
13 lines
304 B
Desktop File
Executable 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/xcatpostinit start
|
|
ExecStop=/opt/xcat/xcatpostinit stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|