systemd: update program calling formats
This commit is contained in:
@@ -6,7 +6,7 @@ Wants=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/cloud-init-cfg all config
|
ExecStart=/usr/bin/cloud-init modules --mode=config
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
# Output needs to appear in instance console output
|
# Output needs to appear in instance console output
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Wants=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/cloud-init-cfg all final
|
ExecStart=/usr/bin/cloud-init modules --mode=final
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
# Output needs to appear in instance console output
|
# Output needs to appear in instance console output
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ After=local-fs.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/cloud-init start-local
|
ExecStart=/usr/bin/cloud-init init --local
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
# Output needs to appear in instance console output
|
# Output needs to appear in instance console output
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Wants=local-fs.target cloud-init-local.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/cloud-init start
|
ExecStart=/usr/bin/cloud-init init
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
# Output needs to appear in instance console output
|
# Output needs to appear in instance console output
|
||||||
|
|||||||
Reference in New Issue
Block a user