summaryrefslogtreecommitdiff
path: root/systemd/cloud-init.service
blob: 64471cdf7c70568ba50d4f5bc5d06fa180b84bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Initial cloud-init job (metadata service crawler)
After=local-fs.target network.target cloud-init-local.service
Before=sshd.service sshd-keygen.service getty.target
Requires=network.target
Wants=local-fs.target cloud-init-local.service sshd.service sshd-keygen.service

[Service]
Type=oneshot
ExecStart=/usr/bin/cloud-init init
RemainAfterExit=yes
TimeoutSec=0

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

[Install]
WantedBy=multi-user.target