podman.service: set doc to podman-system-service

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>
This commit is contained in:
Valentin Rothberg
2020-07-20 11:08:30 +02:00
parent 21665cbfa6
commit 0f22b69c03
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Description=Podman API Service Description=Podman API Service
Requires=podman.socket Requires=podman.socket
After=podman.socket After=podman.socket
Documentation=man:podman-api(1) Documentation=man:podman-system-service(1)
StartLimitIntervalSec=0 StartLimitIntervalSec=0
[Service] [Service]

View File

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Podman API Socket Description=Podman API Socket
Documentation=man:podman-api(1) Documentation=man:podman-system-service(1)
[Socket] [Socket]
ListenStream=%t/podman/podman.sock ListenStream=%t/podman/podman.sock