2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-03 03:50:08 +00:00
xcat-core/xCAT/postscripts/xcatpostinit1.service.yast2
Yuan Bai b117be552a refine tag prefix xcat.deployment for sles/ubuntu provision (#5831)
* refine tag prefix xcat.deployment for sles/ubuntu provision
2018-11-23 10:00:02 +08:00

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