mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 19:11:20 +02:00
fix(oem-ami): fix bad [Service] section
This commit is contained in:
parent
c0d7adbc80
commit
e4266dfd5d
@ -15,11 +15,10 @@ coreos:
|
||||
- name: ec2-cloudinit.service
|
||||
runtime: yes
|
||||
content: |
|
||||
[Service]
|
||||
Requires=coreos-setup-environment.service
|
||||
After=coreos-setup-environment.service
|
||||
[Unit]
|
||||
Description=Cloudinit from EC2 metadata
|
||||
Requires=coreos-setup-environment.service
|
||||
After=coreos-setup-environment.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Loading…
x
Reference in New Issue
Block a user