mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-24 04:00:26 +00:00
13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
[Unit]
|
|
Description=xcat service on compute node, the framework to run postbootscript during OS provision
|
|
After=network.target rsyslog.service YaST2-Firstboot.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/xcat/xcatpostinit1 start
|
|
ExecStop=/opt/xcat/xcatpostinit1 stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|