~ubuntu-branches/ubuntu/saucy/cloud-init/saucy

174.2.4 by Scott Moser
* New upstream snapshot.
1
[Unit]
2
Description=Initial cloud-init job (metadata service crawler)
3
After=local-fs.target network.target cloud-init-local.service
4
Requires=network.target
5
Wants=local-fs.target cloud-init-local.service
6
7
[Service]
8
Type=oneshot
223.3.14 by Scott Moser
* New upstream snapshot.
9
ExecStart=/usr/bin/cloud-init init
174.2.4 by Scott Moser
* New upstream snapshot.
10
RemainAfterExit=yes
223.3.14 by Scott Moser
* New upstream snapshot.
11
TimeoutSec=0
12
13
# Output needs to appear in instance console output
14
StandardOutput=tty
174.2.4 by Scott Moser
* New upstream snapshot.
15
16
[Install]
17
WantedBy=multi-user.target