diff options
author | Garrett Holmstrom <gholms@eucalyptus.com> | 2012-08-03 14:01:13 -0700 |
---|---|---|
committer | Garrett Holmstrom <gholms@eucalyptus.com> | 2012-08-03 14:01:13 -0700 |
commit | e44dc25e34c97bd53c373567be817b65e9ef3b09 (patch) | |
tree | 7729433175939805c0c134804163728b8689656d /systemd/cloud-config.service | |
parent | d1c6ad4a9bfaba86e101642330bd478d9badd361 (diff) | |
download | vyos-cloud-init-e44dc25e34c97bd53c373567be817b65e9ef3b09.tar.gz vyos-cloud-init-e44dc25e34c97bd53c373567be817b65e9ef3b09.zip |
systemd: update program calling formats
Diffstat (limited to 'systemd/cloud-config.service')
-rw-r--r-- | systemd/cloud-config.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/cloud-config.service b/systemd/cloud-config.service index f08049da..8bc09c94 100644 --- a/systemd/cloud-config.service +++ b/systemd/cloud-config.service @@ -6,7 +6,7 @@ Wants=network.target [Service] Type=oneshot -ExecStart=/usr/bin/cloud-init-cfg all config +ExecStart=/usr/bin/cloud-init modules --mode=config RemainAfterExit=yes # Output needs to appear in instance console output |