~cloud-init-dev/cloud-init/trunk

« back to all changes in this revision

Viewing changes to systemd/cloud-init.service

  • Committer: Scott Moser
  • Date: 2016-08-10 15:06:15 UTC
  • Revision ID: smoser@ubuntu.com-20160810150615-ma2fv107w3suy1ma
README: Mention move of revision control to git.

cloud-init development has moved its revision control to git.
It is available at 
  https://code.launchpad.net/cloud-init

Clone with 
  git clone https://git.launchpad.net/cloud-init
or
  git clone git+ssh://git.launchpad.net/cloud-init

For more information see
  https://git.launchpad.net/cloud-init/tree/HACKING.rst

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[Unit]
2
 
Description=Initial cloud-init job (metadata service crawler)
3
 
After=cloud-init-local.service networking.service
4
 
Before=network-online.target sshd.service sshd-keygen.service systemd-user-sessions.service
5
 
Requires=networking.service
6
 
Wants=local-fs.target cloud-init-local.service sshd.service sshd-keygen.service
7
 
 
8
 
[Service]
9
 
Type=oneshot
10
 
ExecStart=/usr/bin/cloud-init init
11
 
RemainAfterExit=yes
12
 
TimeoutSec=0
13
 
 
14
 
# Output needs to appear in instance console output
15
 
StandardOutput=journal+console
16
 
 
17
 
[Install]
18
 
WantedBy=cloud-init.target