mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-03 03:50:08 +00:00
14 lines
346 B
Plaintext
14 lines
346 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
|
|
StandardOutput=null
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|