summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-29 11:19:15 +0200
committerGitHub <noreply@github.com>2020-04-29 11:19:15 +0200
commit62a4befe040944c7c4883fed6a70f691aadb440c (patch)
tree21c19e43317c3697ff11efe730fda15144b606d6 /cmd/podman/main.go
parent4e21d09f98d3b6af37f2d6118cd8914674b56ab1 (diff)
parentb2414b580e236e011d60028e645ab41096035ee3 (diff)
downloadpodman-62a4befe040944c7c4883fed6a70f691aadb440c.tar.gz
podman-62a4befe040944c7c4883fed6a70f691aadb440c.tar.bz2
podman-62a4befe040944c7c4883fed6a70f691aadb440c.zip
Merge pull request #5998 from vrothberg/generate-systemd
generate systemd
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r--cmd/podman/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 4cd0beee8..481214a38 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -4,6 +4,7 @@ import (
"os"
_ "github.com/containers/libpod/cmd/podman/containers"
+ _ "github.com/containers/libpod/cmd/podman/generate"
_ "github.com/containers/libpod/cmd/podman/healthcheck"
_ "github.com/containers/libpod/cmd/podman/images"
_ "github.com/containers/libpod/cmd/podman/manifest"