mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
fix(oem-gce): Define unit commands in cloud-config.yml
This commit is contained in:
parent
840782808e
commit
3128ba3e2b
@ -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]
|
||||
|
1
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/oem-gce-0.0.1-r1.ebuild
vendored
Symbolic link
1
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/oem-gce-0.0.1-r1.ebuild
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
oem-gce-0.0.1.ebuild
|
Loading…
Reference in New Issue
Block a user