mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00

podman-api(1) does not exist, so set the man page to podman-system-service(1). Same for the .socket. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
15 lines
270 B
Desktop File
15 lines
270 B
Desktop File
[Unit]
|
|
Description=Podman API Service
|
|
Requires=podman.socket
|
|
After=podman.socket
|
|
Documentation=man:podman-system-service(1)
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/podman system service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=podman.socket
|