mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-05-16 11:24:16 +00:00
5a83bf5e63
Change-Id: I945c430685fa2febd914be09f6a6f976783abeec
15 lines
326 B
Desktop File
15 lines
326 B
Desktop File
[Unit]
|
|
Description=Activation engine for configuring vm when it start up
|
|
Wants=local-fs.target NetworkManager.service
|
|
After=local-fs.target
|
|
Before=NetworkManager.service cloud-init-local.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/xcatconf4z start
|
|
|
|
StandardOutput=journal+console
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|