2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-15 02:44:17 +00:00
Files
xcat-core/xCAT/postscripts/xcatpostinit.service
T
2018-09-10 08:56:40 -04:00

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