mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 11:42:05 +00:00
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
|