mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
Merge pull request #493 from bcwaldon/drop-daemon-reload
fix(coreos-cloudinit): Drop remaining daemon-reload
This commit is contained in:
commit
5a42393cf7
@ -7,8 +7,7 @@ ConditionPathExists=/usr/share/oem/cloud-config.yml
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStartPre=/usr/bin/coreos-cloudinit --from-file=/usr/share/oem/cloud-config.yml
|
ExecStart=/usr/bin/coreos-cloudinit --from-file=/usr/share/oem/cloud-config.yml
|
||||||
ExecStart=/usr/bin/systemctl daemon-reload
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user