podman/contrib/systemd/system/podman.service

15 lines
269 B
SYSTEMD

[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