fix(coreos-cloudinit): Drop remaining daemon-reload

This commit is contained in:
Brian Waldon 2014-03-27 21:18:18 -07:00
parent eaff01c61a
commit ebd637d514
2 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ ConditionPathExists=/usr/share/oem/cloud-config.yml
[Service]
Type=oneshot
ExecStartPre=/usr/bin/coreos-cloudinit --from-file=/usr/share/oem/cloud-config.yml
ExecStart=/usr/bin/systemctl daemon-reload
ExecStart=/usr/bin/coreos-cloudinit --from-file=/usr/share/oem/cloud-config.yml
[Install]
WantedBy=multi-user.target