diff options
Diffstat (limited to 'systemd/cloud-config.service')
-rw-r--r-- | systemd/cloud-config.service | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/systemd/cloud-config.service b/systemd/cloud-config.service index 41a86147..45d2a63b 100644 --- a/systemd/cloud-config.service +++ b/systemd/cloud-config.service @@ -1,8 +1,7 @@ [Unit] Description=Apply the settings specified in cloud-config -After=network.target syslog.target cloud-config.target -Requires=cloud-config.target -Wants=network.target +After=network-online.target cloud-config.target syslog.target +Wants=network-online.target cloud-config.target [Service] Type=oneshot @@ -14,4 +13,4 @@ TimeoutSec=0 StandardOutput=journal+console [Install] -WantedBy=multi-user.target +WantedBy=cloud-init.target |