diff options
author | Ryan Harper <ryan.harper@canonical.com> | 2017-06-13 09:06:41 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-07-19 17:52:32 -0400 |
commit | dcbe479575fac9f293c5c4089f4bcb46ab887206 (patch) | |
tree | 43fbeea7110338747135af20f9b702200f7c2607 /systemd/cloud-final.service | |
parent | 97abd83513bee191b58f095f4d683b18acce0b49 (diff) | |
download | vyos-cloud-init-dcbe479575fac9f293c5c4089f4bcb46ab887206.tar.gz vyos-cloud-init-dcbe479575fac9f293c5c4089f4bcb46ab887206.zip |
Templatize systemd unit files for cross distro deltas.
Under el7, cloud-init systemd files need some unit tweaks to ensure
they run at the right time. Pull in current el7 downstream systemd unit
changes.
Diffstat (limited to 'systemd/cloud-final.service')
-rw-r--r-- | systemd/cloud-final.service | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/systemd/cloud-final.service b/systemd/cloud-final.service deleted file mode 100644 index 66f5b8fc..00000000 --- a/systemd/cloud-final.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=Execute cloud user/final scripts -After=network-online.target cloud-config.service rc-local.service multi-user.target -Wants=network-online.target cloud-config.service -Before=apt-daily.service - -[Service] -Type=oneshot -ExecStart=/usr/bin/cloud-init modules --mode=final -RemainAfterExit=yes -TimeoutSec=0 -KillMode=process - -# Output needs to appear in instance console output -StandardOutput=journal+console - -[Install] -WantedBy=cloud-init.target |