diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2018-10-21 21:30:24 +0200 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2018-10-21 21:30:24 +0200 |
commit | 46678295c78dac338111ec68c4bde2e005ef4491 (patch) | |
tree | 6f1390b693e86f6bc9171d4324ce81e15803d676 /systemd/cloud-final.service.tmpl | |
parent | 2b6402ad8ddba958396c8f0ec88602da51c8bbaa (diff) | |
download | vyos-cloud-init-46678295c78dac338111ec68c4bde2e005ef4491.tar.gz vyos-cloud-init-46678295c78dac338111ec68c4bde2e005ef4491.zip |
make cloud-init compile on debian jessie
Diffstat (limited to 'systemd/cloud-final.service.tmpl')
-rw-r--r-- | systemd/cloud-final.service.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systemd/cloud-final.service.tmpl b/systemd/cloud-final.service.tmpl index 8207b18c..e2b91255 100644 --- a/systemd/cloud-final.service.tmpl +++ b/systemd/cloud-final.service.tmpl @@ -15,7 +15,6 @@ ExecStart=/usr/bin/cloud-init modules --mode=final RemainAfterExit=yes TimeoutSec=0 KillMode=process -TasksMax=infinity # Output needs to appear in instance console output StandardOutput=journal+console |