2020-01-23 14:13:33 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Initialize an Uncloud virtual machine
|
2020-01-24 08:44:31 +00:00
|
|
|
Before=network.target
|
|
|
|
Requires=network.target
|
2020-01-23 14:13:33 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/usr/local/bin/uncloud-init
|
|
|
|
|
|
|
|
[Install]
|
2020-01-24 08:44:31 +00:00
|
|
|
WantedBy=multi-user.target
|