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

[Service]
Type=simple
ExecStart=/usr/bin/podman varlink unix:/run/podman/io.projectatomic.podman

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