summaryrefslogtreecommitdiff
path: root/contrib/varlink/io.podman.service
blob: c524ce815d3a9f227df6830bbc439ab1991217f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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:/run/podman/io.podman

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