diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-02-29 23:10:44 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-02-29 23:10:44 -0500 |
commit | 2a73e674605916077cf6a87410f4ad0829938400 (patch) | |
tree | 6c8b759158928124349b5bbefcac80c5b51e1295 /systemd/cloud-config.service | |
parent | 316bdf523b01241036335b27a0afd89f6d3207c2 (diff) | |
download | vyos-cloud-init-2a73e674605916077cf6a87410f4ad0829938400.tar.gz vyos-cloud-init-2a73e674605916077cf6a87410f4ad0829938400.zip |
add cloud-init.target, update service files accordingly
This adds cloud-init.target which is a single target to
encompass all the services of cloud-init.
Diffstat (limited to 'systemd/cloud-config.service')
-rw-r--r-- | systemd/cloud-config.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/cloud-config.service b/systemd/cloud-config.service index f9f1996e..45d2a63b 100644 --- a/systemd/cloud-config.service +++ b/systemd/cloud-config.service @@ -13,4 +13,4 @@ TimeoutSec=0 StandardOutput=journal+console [Install] -WantedBy=multi-user.target +WantedBy=cloud-init.target |