fix(fleet): Drop coreos.fleet from cloud-config

This commit is contained in:
Brian Waldon
2014-03-19 14:43:25 -07:00
parent 9757705ae8
commit 09c473a6cb
3 changed files with 0 additions and 30 deletions

View File

@@ -133,16 +133,6 @@ func RestartUnitByName(name string) error {
return err
}
func StartUnitByName(name string) error {
conn, err := dbus.New()
if err != nil {
return err
}
_, err = conn.StartUnit(name, "replace")
return err
}
func ExecuteScript(scriptPath string) (string, error) {
props := []dbus.Property{
dbus.PropDescription("Unit generated and executed by coreos-cloudinit on behalf of user"),