diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-04-27 14:23:23 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-04-29 07:22:18 +0200 |
commit | b2414b580e236e011d60028e645ab41096035ee3 (patch) | |
tree | 7e639a4c40d728c3be4e65e2870f785ced13665e /cmd/podman/main.go | |
parent | bf4efc1953467907ae7d75d5f3ef3cd41505ee24 (diff) | |
download | podman-b2414b580e236e011d60028e645ab41096035ee3.tar.gz podman-b2414b580e236e011d60028e645ab41096035ee3.tar.bz2 podman-b2414b580e236e011d60028e645ab41096035ee3.zip |
generate systemd
Implement `podman generate systemd` for Podman v2 and enable associated
tests.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r-- | cmd/podman/main.go | 1 |
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" |