summaryrefslogtreecommitdiff
path: root/contrib/varlink/io.podman.service
blob: 725198e790fdb03f881826ff96eed8745cc20da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Podman Remote API Service
Requires=io.podman.socket
After=io.podman.socket
Documentation=man:podman-varlink(1)

[Service]
Type=simple
ExecStart=/usr/bin/podman varlink unix:%t/podman/io.podman
KillMode=none

[Install]
WantedBy=multi-user.target
Also=io.podman.socket