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:
parent
2c2d810c78
commit
6e2a532c10
2
main.go
2
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"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user