diff options
author | Scott Moser <smoser@brickies.net> | 2016-08-23 16:48:38 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-08-23 16:48:38 -0400 |
commit | 7aa1c8e7d36fb68b1a3f020fbcbd45e4b0d1e9aa (patch) | |
tree | 2708c2365a0571f3db14fabd2324fdaef09f9735 /systemd | |
parent | 2865eaceea68d592b03018d09c64f01fe3456a44 (diff) | |
parent | 6b294286e0d0a1da6b24b338cae3b900a763e9d2 (diff) | |
download | vyos-cloud-init-7aa1c8e7d36fb68b1a3f020fbcbd45e4b0d1e9aa.tar.gz vyos-cloud-init-7aa1c8e7d36fb68b1a3f020fbcbd45e4b0d1e9aa.zip |
merge trunk at 0.7.7~bzr1160
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/cloud-final.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/cloud-final.service b/systemd/cloud-final.service index c023ad94..bcbdd36f 100644 --- a/systemd/cloud-final.service +++ b/systemd/cloud-final.service @@ -8,6 +8,7 @@ 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 |