mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-08-04 00:16:59 +00:00
e7176d7093
* log tag support for common scripts * enhancements * typo fixed
14 lines
325 B
Desktop File
14 lines
325 B
Desktop 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/xcatpostinit1 start
|
|
ExecStop=/opt/xcat/xcatpostinit1 stop
|
|
StandardOutput=null
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|