diff options
author | zdc <zdc@users.noreply.github.com> | 2020-09-17 14:11:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 14:11:36 +0300 |
commit | a4e042222c0dc3976db5e7f0aa041d5d22c3e9d2 (patch) | |
tree | cc61cc93edfda6433429c8a500bac21539fd82c3 | |
parent | 8d9157e98f7023d6da9d90dad675f8f17f65b453 (diff) | |
parent | e878af393dd99b45342dedc45d1dbf4cdb7b22a6 (diff) | |
download | vyos-cloud-init-a4e042222c0dc3976db5e7f0aa041d5d22c3e9d2.tar.gz vyos-cloud-init-a4e042222c0dc3976db5e7f0aa041d5d22c3e9d2.zip |
Merge pull request #20 from zdc/T2117-equuleus
T2117: Cleaned up systemd service for cloud-config
-rw-r--r-- | systemd/cloud-config.service.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systemd/cloud-config.service.tmpl b/systemd/cloud-config.service.tmpl index 508d777e..9d928ca2 100644 --- a/systemd/cloud-config.service.tmpl +++ b/systemd/cloud-config.service.tmpl @@ -1,7 +1,6 @@ ## template:jinja [Unit] Description=Apply the settings specified in cloud-config -Before=vyos-router.service After=network-online.target cloud-config.target After=snapd.seeded.service Wants=network-online.target cloud-config.target |