mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +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
|
ExecStartPre=/usr/bin/ln -sfT /usr/share/oem/vmware-tools /etc/vmware-tools
|
||||||
ExecStart=/usr/share/oem/bin/vmtoolsd
|
ExecStart=/usr/share/oem/bin/vmtoolsd
|
||||||
TimeoutStopSec=5
|
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:
|
oem:
|
||||||
bug-report-url: "https://github.com/coreos/bugs/issues"
|
bug-report-url: "https://github.com/coreos/bugs/issues"
|
||||||
id: vmware
|
id: vmware
|
||||||
|
Loading…
x
Reference in New Issue
Block a user