summaryrefslogtreecommitdiff
path: root/systemd/cloud-final.service
blob: bfb08d4ab8a4c9b0971fe715f1993fefc5d7073b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Execute cloud user/final scripts
After=network-online.target cloud-config.service syslog.target rc-local.service
Wants=network-online.target cloud-config.service

[Service]
Type=oneshot
ExecStart=/usr/bin/cloud-init modules --mode=final
RemainAfterExit=yes
TimeoutSec=0
KillMode=process

# Output needs to appear in instance console output
StandardOutput=journal+console

[Install]
WantedBy=cloud-init.target