From e878af393dd99b45342dedc45d1dbf4cdb7b22a6 Mon Sep 17 00:00:00 2001 From: zsdc Date: Thu, 17 Sep 2020 14:06:18 +0300 Subject: 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 --- systemd/cloud-config.service.tmpl | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3