summaryrefslogtreecommitdiff
path: root/contrib/systemd/system
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-06 22:47:22 +0100
committerGitHub <noreply@github.com>2020-02-06 22:47:22 +0100
commit3b47bda863c85b0367da60be3013e17fd6bbfc81 (patch)
treecb8e8baffe809156e0cef86e0c4ba8f6e9a2fbf5 /contrib/systemd/system
parent5dcb68ed1fc54e46ceb5308eca8b72f0a3b381de (diff)
parentf2d6e711c7a6c55eeced37f0e05605459092f442 (diff)
downloadpodman-3b47bda863c85b0367da60be3013e17fd6bbfc81.tar.gz
podman-3b47bda863c85b0367da60be3013e17fd6bbfc81.tar.bz2
podman-3b47bda863c85b0367da60be3013e17fd6bbfc81.zip
Merge pull request #5117 from baude/podmansystemservicesucks
[CI:DOCS]fix systemd files for apiv2
Diffstat (limited to 'contrib/systemd/system')
-rw-r--r--contrib/systemd/system/podman.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service
index 13d858627..eaa2ec437 100644
--- a/contrib/systemd/system/podman.service
+++ b/contrib/systemd/system/podman.service
@@ -8,7 +8,7 @@ StartLimitIntervalSec=0
[Service]
Type=oneshot
Environment=REGISTRIES_CONFIG_PATH=/etc/containers/registries.conf
-ExecStart=/usr/local/bin/service
+ExecStart=/usr/bin/podman system service
TimeoutStopSec=30
KillMode=process