diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-15 09:54:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 09:54:53 -0400 |
commit | 5a6a3f81a460f9e8d44f9a08670f6db872be2110 (patch) | |
tree | 45ee1b927b1fb3eb35cebc7e19936e3b47afc7a2 | |
parent | f4c3b718eb22a161a897a6ed55d10f3a07e31aa8 (diff) | |
parent | 1bc992bfc3a983b4d9ab53f778a545d83bcde94d (diff) | |
download | podman-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`
-rw-r--r-- | contrib/varlink/io.podman.service | 2 |
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 |