summaryrefslogtreecommitdiff
path: root/systemd/cloud-config.service
blob: fc72fc48ca6e7ccbdac25544343b518c4a3ccca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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 modules --mode=config
RemainAfterExit=yes
TimeoutSec=0

# Output needs to appear in instance console output
StandardOutput=tty

[Install]
WantedBy=multi-user.target