diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 11:08:30 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 11:42:02 +0200 |
commit | 0f22b69c03ef8d9f9c856c7c1c8da8ff5caaf227 (patch) | |
tree | 5ab45dd4ba7d6d3c039786e7865d92681ea49372 /contrib/systemd/system/podman.service | |
parent | 21665cbfa6936775d224feab089f647f8e7785cd (diff) | |
download | podman-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>
Diffstat (limited to 'contrib/systemd/system/podman.service')
-rw-r--r-- | contrib/systemd/system/podman.service | 2 |
1 files changed, 1 insertions, 1 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] |