This unit is provided by:
Options
-
[Install]
-
WantedBy=cloud-init.target
-
-
[Service]
-
ExecStart=/usr/bin/cloud-init init --local
-
ExecStart=/usr/bin/cloud-init init --local /bin/touch /run/cloud-init/network-config-ready
-
RemainAfterExit=yes
-
StandardOutput=journal+console
-
TimeoutSec=0
-
TimeoutSec=infinity
-
Type=oneshot
-
-
[Unit]
-
After=hv_kvp_daemon.service systemd-remount-fs.service
-
Before=NetworkManager.service network-pre.target shutdown.target
-
Before=NetworkManager.service network-pre.target shutdown.target sysinit.target
-
Before=systemd-networkd.service
-
Conflicts=shutdown.target
-
DefaultDependencies=no
-
Description=Initial cloud-init job (pre-networking)
-
RequiresMountsFor=/var/lib/cloud
-
Wants=network-pre.target
-
Additionnal notes
Nothing here.