summaryrefslogtreecommitdiff
path: root/systemd/cloud-config.service
blob: 45d2a63b5e6ce662d51133b3790047eb137bef9d (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-online.target cloud-config.target syslog.target
Wants=network-online.target cloud-config.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=journal+console

[Install]
WantedBy=cloud-init.target