Merge pull request #493 from bcwaldon/drop-daemon-reload

fix(coreos-cloudinit): Drop remaining daemon-reload
This commit is contained in:
Brian Waldon 2014-03-27 21:37:33 -07:00
commit 5a42393cf7
2 changed files with 1 additions and 2 deletions

View File

@ -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