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

[Service]
Type=simple
ExecStart=/usr/bin/podman system service

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