1
0
mirror of https://github.com/rancher/os.git synced 2025-08-01 06:59:05 +00:00

Move power to cmd

This commit is contained in:
Darren Shepherd 2015-02-19 13:56:33 -07:00
parent 6e2a532c10
commit 81e15fc46f
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/power"
"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/sysinit"
)