diff --git a/respawn/respawn.go b/cmd/respawn/respawn.go similarity index 100% rename from respawn/respawn.go rename to cmd/respawn/respawn.go diff --git a/main.go b/main.go index 3f27c922..2edd1aa6 100644 --- a/main.go +++ b/main.go @@ -7,11 +7,11 @@ import ( log "github.com/Sirupsen/logrus" "github.com/docker/docker/pkg/reexec" "github.com/rancherio/os/cmd/control" + "github.com/rancherio/os/cmd/respawn" "github.com/rancherio/os/cmd/systemdocker" "github.com/rancherio/os/cmd/tlsconf" osInit "github.com/rancherio/os/init" "github.com/rancherio/os/power" - "github.com/rancherio/os/respawn" "github.com/rancherio/os/sysinit" )