summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-system-service.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-16 17:12:47 +0200
committerGitHub <noreply@github.com>2020-06-16 17:12:47 +0200
commit66b6697d0ebc94d02b71abc0aecd9095de555ec8 (patch)
tree82cdee746c675dbaf9eef4ece3f88d2e579df766 /docs/source/markdown/podman-system-service.1.md
parent0968f25988624699f2db559f0a984cf84c8a284f (diff)
parent2e22e18afbaba175a0328b0d70ca4d6bb15c441e (diff)
downloadpodman-66b6697d0ebc94d02b71abc0aecd9095de555ec8.tar.gz
podman-66b6697d0ebc94d02b71abc0aecd9095de555ec8.tar.bz2
podman-66b6697d0ebc94d02b71abc0aecd9095de555ec8.zip
Merge pull request #6610 from jwhonce/wip/varlink
Add deprecated message to varlink command
Diffstat (limited to 'docs/source/markdown/podman-system-service.1.md')
-rw-r--r--docs/source/markdown/podman-system-service.1.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md
index 48e595641..3ae414f7a 100644
--- a/docs/source/markdown/podman-system-service.1.md
+++ b/docs/source/markdown/podman-system-service.1.md
@@ -31,13 +31,8 @@ Run an API listening for 5 seconds using the default socket.
podman system service --timeout 5000
```
-Run the podman varlink service with an alternate URI and accept the default timeout.
-```
-$ podman system service --varlink unix:/tmp/io.podman
-```
-
## SEE ALSO
-podman(1), podman-varlink(1)
+podman(1), podman-system-service(1), podman-system-connection(1)
## HISTORY
January 2020, Originally compiled by Brent Baude<bbaude@redhat.com>