blob: bce81fe77bd2a1c26934de00143d4a032740e453 (
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 start-local
RemainAfterExit=yes
# Output needs to appear in instance console output
StandardOutput=tty
[Install]
WantedBy=multi-user.target
|