fix(oem-gce): Define unit commands in cloud-config.yml

This commit is contained in:
Brian Waldon 2014-03-25 09:26:43 -07:00
parent 840782808e
commit 3128ba3e2b
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
coreos:
units:
- name: gce-coreos-cloudinit.service
command: restart
runtime: yes
content: |
[Unit]
@ -13,6 +14,7 @@ coreos:
EnvironmentFile=/etc/environment
ExecStart=/usr/share/oem/bin/gce-coreos-cloudinit
- name: gce-setup-environment.service
command: restart
runtime: yes
content: |
[Unit]
@ -23,6 +25,7 @@ coreos:
StandardOutput=journal+console
ExecStart=/usr/share/oem/bin/gce-setup-environment /etc/environment
- name: gce-ssh-key.service
command: restart
runtime: yes
content: |
[Unit]

View File

@ -0,0 +1 @@
oem-gce-0.0.1.ebuild