aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-15 09:54:53 -0400
committerGitHub <noreply@github.com>2020-06-15 09:54:53 -0400
commit5a6a3f81a460f9e8d44f9a08670f6db872be2110 (patch)
tree45ee1b927b1fb3eb35cebc7e19936e3b47afc7a2 /contrib
parentf4c3b718eb22a161a897a6ed55d10f3a07e31aa8 (diff)
parent1bc992bfc3a983b4d9ab53f778a545d83bcde94d (diff)
downloadpodman-5a6a3f81a460f9e8d44f9a08670f6db872be2110.tar.gz
podman-5a6a3f81a460f9e8d44f9a08670f6db872be2110.tar.bz2
podman-5a6a3f81a460f9e8d44f9a08670f6db872be2110.zip
Merge pull request #6608 from mheon/fix_varlink_unit
[CI:DOCS] Change Varlink systemd unit to use `system service`
Diffstat (limited to 'contrib')
-rw-r--r--contrib/varlink/io.podman.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/varlink/io.podman.service b/contrib/varlink/io.podman.service
index 5be5329f4..99d28560d 100644
--- a/contrib/varlink/io.podman.service
+++ b/contrib/varlink/io.podman.service
@@ -6,7 +6,7 @@ Documentation=man:podman-varlink(1)
[Service]
Type=simple
-ExecStart=/usr/bin/podman varlink unix:%t/podman/io.podman --timeout=60000
+ExecStart=/usr/bin/podman system service --varlink --timeout=60000 unix:%t/podman/io.podman
TimeoutStopSec=30
KillMode=process