mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
Merge pull request #1524 from crawford/vmware
coreos-base/oem-vmware: add oem-cloudinit
This commit is contained in:
commit
f15901dd67
@ -14,6 +14,18 @@ coreos:
|
||||
ExecStartPre=/usr/bin/ln -sfT /usr/share/oem/vmware-tools /etc/vmware-tools
|
||||
ExecStart=/usr/share/oem/bin/vmtoolsd
|
||||
TimeoutStopSec=5
|
||||
|
||||
- name: oem-cloudinit.service
|
||||
command: restart
|
||||
runtime: yes
|
||||
content: |
|
||||
[Unit]
|
||||
Description=Cloudinit from VMware Backdoor
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/coreos-cloudinit --oem=vmware
|
||||
|
||||
oem:
|
||||
bug-report-url: "https://github.com/coreos/bugs/issues"
|
||||
id: vmware
|
||||
|
Loading…
x
Reference in New Issue
Block a user