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

« back to all changes in this revision

Viewing changes to systemd/cloud-init.service

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2012-08-31 17:04:06 UTC
  • mto: (245.3.1 raring)
  • mto: This revision was merged to the branch mainline in revision 290.
  • Revision ID: package-import@ubuntu.com-20120831170406-0dbj84kjdfcn4ktr
* New upstream snapshot.
  * support using launch-index (ami-launch-index) (LP: #1023177)
  * usergroup related fixes (LP: #1041384, #1044044, #1044508)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
[Service]
8
8
Type=oneshot
9
 
ExecStart=/usr/bin/cloud-init start
 
9
ExecStart=/usr/bin/cloud-init init
10
10
RemainAfterExit=yes
 
11
TimeoutSec=0
 
12
 
 
13
# Output needs to appear in instance console output
 
14
StandardOutput=tty
11
15
 
12
16
[Install]
13
17
WantedBy=multi-user.target