1
0
mirror of https://github.com/rancher/os.git synced 2025-07-31 22:47:16 +00:00

Move respawn to cmd

This commit is contained in:
Darren Shepherd 2015-02-19 13:53:52 -07:00
parent 2c2d810c78
commit 6e2a532c10
2 changed files with 1 additions and 1 deletions

View File

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