blob: f08049da42411f74bfdc44a606462cc358ebf258 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=Apply the settings specified in cloud-config
After=network.target syslog.target cloud-config.target
Requires=cloud-config.target
Wants=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/cloud-init-cfg all config
RemainAfterExit=yes
# Output needs to appear in instance console output
StandardOutput=tty
[Install]
WantedBy=multi-user.target
|