diff options
author | zsdc <taras@vyos.io> | 2020-09-10 20:31:03 +0300 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2020-09-10 20:31:03 +0300 |
commit | 94f7abdf748c24b70c4741417c74147e52689da3 (patch) | |
tree | c466de5dadccfe68235d8de2695497235df0d54f /debian | |
parent | 800762b3a23f06277e2cba3a3f5ae943615626ff (diff) | |
download | vyatta-cfg-94f7abdf748c24b70c4741417c74147e52689da3.tar.gz vyatta-cfg-94f7abdf748c24b70c4741417c74147e52689da3.zip |
Cloud-Init: T2117: Added order dependency for cloud-config.service
As part of cleaning up our Cloud-Init package from changes incompatible with the upstream package, the `Before=vyos-router.service` should be moved from the `cloud-config.service` file to the `vyos-router.service` as `After=cloud-config.service`.
This should not affect anyhow the `vyos-router.service`, it will work as before in systems without Cloud-Init.
In systems with Cloud-Init package the `vyos-router.service` should be run after the `cloud-config.service`.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg.vyos-router.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg.vyos-router.service b/debian/vyatta-cfg.vyos-router.service index 1e9580c..7a1638f 100644 --- a/debian/vyatta-cfg.vyos-router.service +++ b/debian/vyatta-cfg.vyos-router.service @@ -1,6 +1,6 @@ [Unit] Description=VyOS Router -After=systemd-journald-dev-log.socket time-sync.target local-fs.target +After=systemd-journald-dev-log.socket time-sync.target local-fs.target cloud-config.service Conflicts=shutdown.target Before=systemd-user-sessions.service |