mirror of https://github.com/containers/podman.git
Merge pull request #6608 from mheon/fix_varlink_unit
[CI:DOCS] Change Varlink systemd unit to use `system service`
This commit is contained in:
commit
5a6a3f81a4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue