diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-06 22:47:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 22:47:22 +0100 |
commit | 3b47bda863c85b0367da60be3013e17fd6bbfc81 (patch) | |
tree | cb8e8baffe809156e0cef86e0c4ba8f6e9a2fbf5 /contrib/systemd/system/podman.service | |
parent | 5dcb68ed1fc54e46ceb5308eca8b72f0a3b381de (diff) | |
parent | f2d6e711c7a6c55eeced37f0e05605459092f442 (diff) | |
download | podman-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/podman.service')
-rw-r--r-- | contrib/systemd/system/podman.service | 2 |
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 |