summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-07-20 11:08:30 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-07-20 11:42:02 +0200
commit0f22b69c03ef8d9f9c856c7c1c8da8ff5caaf227 (patch)
tree5ab45dd4ba7d6d3c039786e7865d92681ea49372
parent21665cbfa6936775d224feab089f647f8e7785cd (diff)
downloadpodman-0f22b69c03ef8d9f9c856c7c1c8da8ff5caaf227.tar.gz
podman-0f22b69c03ef8d9f9c856c7c1c8da8ff5caaf227.tar.bz2
podman-0f22b69c03ef8d9f9c856c7c1c8da8ff5caaf227.zip
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>
-rw-r--r--contrib/systemd/system/podman.service2
-rw-r--r--contrib/systemd/system/podman.socket2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service
index c89f967e2..e876fe304 100644
--- a/contrib/systemd/system/podman.service
+++ b/contrib/systemd/system/podman.service
@@ -2,7 +2,7 @@
Description=Podman API Service
Requires=podman.socket
After=podman.socket
-Documentation=man:podman-api(1)
+Documentation=man:podman-system-service(1)
StartLimitIntervalSec=0
[Service]
diff --git a/contrib/systemd/system/podman.socket b/contrib/systemd/system/podman.socket
index 8b22e31e4..397058ee4 100644
--- a/contrib/systemd/system/podman.socket
+++ b/contrib/systemd/system/podman.socket
@@ -1,6 +1,6 @@
[Unit]
Description=Podman API Socket
-Documentation=man:podman-api(1)
+Documentation=man:podman-system-service(1)
[Socket]
ListenStream=%t/podman/podman.sock