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

174.2.4 by Scott Moser
* New upstream snapshot.
1
[Unit]
2
Description=Apply the settings specified in cloud-config
3
After=network.target syslog.target cloud-config.target
4
Requires=cloud-config.target
5
Wants=network.target
6
7
[Service]
8
Type=oneshot
223.3.14 by Scott Moser
* New upstream snapshot.
9
ExecStart=/usr/bin/cloud-init modules --mode=config
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