mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
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>
This commit is contained in:
@ -6,7 +6,7 @@ Documentation=man:podman-varlink(1)
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
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
|
TimeoutStopSec=30
|
||||||
KillMode=process
|
KillMode=process
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user