diff --git a/systemd/listendfd.go b/pkg/systemd/listendfd.go similarity index 100% rename from systemd/listendfd.go rename to pkg/systemd/listendfd.go diff --git a/server.go b/server.go index b87ec659f8..a9d4a20bfb 100644 --- a/server.go +++ b/server.go @@ -10,7 +10,7 @@ import ( "github.com/dotcloud/docker/pkg/cgroups" "github.com/dotcloud/docker/pkg/graphdb" "github.com/dotcloud/docker/registry" - "github.com/dotcloud/docker/systemd" + "github.com/dotcloud/docker/pkg/systemd" "github.com/dotcloud/docker/utils" "io" "io/ioutil"