2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-04 01:08:18 +00:00
Files
xcat-core/xCAT/postscripts/xcatpostinit.service
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