summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2017-06-27 17:18:24 -0400
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2017-06-27 21:22:10 +0000
commit66b6ecc41b8bb87e11cbc07ce93cee10ba3365d3 (patch)
treee430c8b523e185ee3213b809897b2d907a6c9222 /systemd
parent6be2dcbd40da5624504044a946b81d510e5a1f45 (diff)
downloadcloud-init-git-66b6ecc41b8bb87e11cbc07ce93cee10ba3365d3.tar.gz
0.7.9-197-gebc9ecbc-0ubuntu1 (patches unapplied)
Imported using git-ubuntu import.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/cloud-final.service1
-rw-r--r--systemd/cloud-init.target2
2 files changed, 2 insertions, 1 deletions
diff --git a/systemd/cloud-final.service b/systemd/cloud-final.service
index b8f69b78..66f5b8fc 100644
--- a/systemd/cloud-final.service
+++ b/systemd/cloud-final.service
@@ -2,6 +2,7 @@
Description=Execute cloud user/final scripts
After=network-online.target cloud-config.service rc-local.service multi-user.target
Wants=network-online.target cloud-config.service
+Before=apt-daily.service
[Service]
Type=oneshot
diff --git a/systemd/cloud-init.target b/systemd/cloud-init.target
index d5684582..083c3b6f 100644
--- a/systemd/cloud-init.target
+++ b/systemd/cloud-init.target
@@ -1,6 +1,6 @@
# cloud-init target is enabled by cloud-init-generator
# To disable it you can either:
-# a.) boot with kernel cmdline of 'cloudinit=disabled'
+# a.) boot with kernel cmdline of 'cloud-init=disabled'
# b.) touch a file /etc/cloud/cloud-init.disabled
[Unit]
Description=Cloud-init target