diff options
author | Matthew Heon <mheon@redhat.com> | 2020-06-15 09:22:45 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-06-15 09:22:45 -0400 |
commit | 1bc992bfc3a983b4d9ab53f778a545d83bcde94d (patch) | |
tree | baa5644b950fac9d765b70c3adc38b48c6eb5589 | |
parent | 5f3e64f64317d05ba457b2912c85c177635eb558 (diff) | |
download | podman-1bc992bfc3a983b4d9ab53f778a545d83bcde94d.tar.gz podman-1bc992bfc3a983b4d9ab53f778a545d83bcde94d.tar.bz2 podman-1bc992bfc3a983b4d9ab53f778a545d83bcde94d.zip |
Change Varlink systemd unit to use `system service`
We completely removed `podman varlink`, which broke the systemd
unit file used by the Varlink code. Change that to use the new
`podman system service --varlink` command which replaced it.
Also needs a slight reorder of args to make things work happily
on my system.
Signed-off-by: Matthew Heon <mheon@redhat.com>
-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 |