summaryrefslogtreecommitdiff
path: root/contrib/systemd/system/podman.service
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-15 18:14:11 +0100
committerGitHub <noreply@github.com>2020-01-15 18:14:11 +0100
commit974373f2b3202b93e33251dcc5b14f3274cc0796 (patch)
tree8897ebca7123e858d3babe4e13edb16cb55ce6f0 /contrib/systemd/system/podman.service
parente025b43060e7d9841dfdc7c9bfca93c7d99241b4 (diff)
parent89678ab0edb0429adc515b7abfedb69db7323bde (diff)
downloadpodman-974373f2b3202b93e33251dcc5b14f3274cc0796.tar.gz
podman-974373f2b3202b93e33251dcc5b14f3274cc0796.tar.bz2
podman-974373f2b3202b93e33251dcc5b14f3274cc0796.zip
Merge pull request #4868 from jwhonce/wip/sshd
[CI:DOCS] Add APIv2 CLI example POC
Diffstat (limited to 'contrib/systemd/system/podman.service')
-rw-r--r--contrib/systemd/system/podman.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service
new file mode 100644
index 000000000..13d858627
--- /dev/null
+++ b/contrib/systemd/system/podman.service
@@ -0,0 +1,17 @@
+[Unit]
+Description=Podman API Service
+Requires=podman.socket
+After=podman.socket
+Documentation=man:podman-api(1)
+StartLimitIntervalSec=0
+
+[Service]
+Type=oneshot
+Environment=REGISTRIES_CONFIG_PATH=/etc/containers/registries.conf
+ExecStart=/usr/local/bin/service
+TimeoutStopSec=30
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target
+Also=podman.socket