From 94f7abdf748c24b70c4741417c74147e52689da3 Mon Sep 17 00:00:00 2001 From: zsdc Date: Thu, 10 Sep 2020 20:31:03 +0300 Subject: 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`. --- debian/vyatta-cfg.vyos-router.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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 -- cgit v1.2.3