summaryrefslogtreecommitdiff
path: root/contrib/systemd/system/podman.service
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-21 09:52:49 -0400
committerGitHub <noreply@github.com>2020-07-21 09:52:49 -0400
commit1b8d0e454353224a571bcec7d37240140ec7917f (patch)
tree0f4e94f44b57891753b56b9171a0c4fd7408a3f5 /contrib/systemd/system/podman.service
parenta5a5ad184ef8e890bfd083052005e6d862c62729 (diff)
parent87ccd28d06a6369e6f386b0a687a744bee15b1f1 (diff)
downloadpodman-1b8d0e454353224a571bcec7d37240140ec7917f.tar.gz
podman-1b8d0e454353224a571bcec7d37240140ec7917f.tar.bz2
podman-1b8d0e454353224a571bcec7d37240140ec7917f.zip
Merge pull request #7029 from vrothberg/2.0-systemd-cleanups
[2.0] contrib/systemd cleanups
Diffstat (limited to 'contrib/systemd/system/podman.service')
-rw-r--r--contrib/systemd/system/podman.service7
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service
index eaa2ec437..4a63735a3 100644
--- a/contrib/systemd/system/podman.service
+++ b/contrib/systemd/system/podman.service
@@ -2,15 +2,12 @@
Description=Podman API Service
Requires=podman.socket
After=podman.socket
-Documentation=man:podman-api(1)
+Documentation=man:podman-system-service(1)
StartLimitIntervalSec=0
[Service]
-Type=oneshot
-Environment=REGISTRIES_CONFIG_PATH=/etc/containers/registries.conf
+Type=simple
ExecStart=/usr/bin/podman system service
-TimeoutStopSec=30
-KillMode=process
[Install]
WantedBy=multi-user.target