blob: b605c3e2be82124f4f9ea801725490f1782738b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Initial cloud-init job (pre-networking)
Wants=local-fs.target
After=local-fs.target
[Service]
Type=oneshot
ExecStart=/usr/bin/cloud-init init --local
RemainAfterExit=yes
# Output needs to appear in instance console output
StandardOutput=tty
[Install]
WantedBy=multi-user.target
|