diff options
| author | zsdc <taras@vyos.io> | 2020-09-17 14:06:18 +0300 | 
|---|---|---|
| committer | zsdc <taras@vyos.io> | 2020-09-17 14:06:18 +0300 | 
| commit | e878af393dd99b45342dedc45d1dbf4cdb7b22a6 (patch) | |
| tree | cc61cc93edfda6433429c8a500bac21539fd82c3 | |
| parent | 8d9157e98f7023d6da9d90dad675f8f17f65b453 (diff) | |
| download | vyos-cloud-init-e878af393dd99b45342dedc45d1dbf4cdb7b22a6.tar.gz vyos-cloud-init-e878af393dd99b45342dedc45d1dbf4cdb7b22a6.zip | |
T2117: Cleaned up systemd service for cloud-config
The startup order control was moved from the `cloud-config.service.tmpl` template to the `vyos-router.service` in the https://github.com/vyos/vyatta-cfg/commit/94f7abdf748c24b70c4741417c74147e52689da3
| -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 | 
