Merge pull request #6608 from mheon/fix_varlink_unit

[CI:DOCS] Change Varlink systemd unit to use `system service`
This commit is contained in:
OpenShift Merge Robot 2020-06-15 09:54:53 -04:00 committed by GitHub
commit 5a6a3f81a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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