diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 11:08:30 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-21 09:03:47 +0200 |
commit | a334e780b52dfa4321be8e0fc57c8bd95085df6a (patch) | |
tree | 3fabb123680f6679e4efc53ade2f8ec19bd592cd /contrib/systemd/system/podman.service | |
parent | a7ffdf954fa1d28b7650237f91ca3b6c75f1b58d (diff) | |
download | podman-a334e780b52dfa4321be8e0fc57c8bd95085df6a.tar.gz podman-a334e780b52dfa4321be8e0fc57c8bd95085df6a.tar.bz2 podman-a334e780b52dfa4321be8e0fc57c8bd95085df6a.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] |