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-20 13:49:47 -0400
committerGitHub <noreply@github.com>2020-07-20 13:49:47 -0400
commit262781c4d819accbc04ec80971e6144fd9c9d6f9 (patch)
treeeede73ffb5ed8b3d965c2fd3f2929905fa804b47 /contrib/systemd/system/podman.service
parent17f9b80600bc008e7c0a4060ff3a6bb5eb56d0cc (diff)
parent38bb6756b8d3085afdc86ab787ca6f1bc2995ba9 (diff)
downloadpodman-262781c4d819accbc04ec80971e6144fd9c9d6f9.tar.gz
podman-262781c4d819accbc04ec80971e6144fd9c9d6f9.tar.bz2
podman-262781c4d819accbc04ec80971e6144fd9c9d6f9.zip
Merge pull request #7023 from vrothberg/fix-7021
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