summaryrefslogtreecommitdiff
path: root/docs/podman-varlink.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-varlink.1.md')
-rw-r--r--docs/podman-varlink.1.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/podman-varlink.1.md b/docs/podman-varlink.1.md
index d53457e22..cd57e8b45 100644
--- a/docs/podman-varlink.1.md
+++ b/docs/podman-varlink.1.md
@@ -26,24 +26,24 @@ second. A value of `0` means no timeout and the session will not expire.
Run the podman varlink service manually and accept the default timeout.
```
-# podman varlink unix:/run/podman/io.projectatomic.podman
+$ podman varlink unix:/run/podman/io.podman
```
Run the podman varlink service manually with a 5 second timeout.
```
-# podman varlink --timeout 5000 unix:/run/podman/io.projectatomic.podman
+$ podman varlink --timeout 5000 unix:/run/podman/io.podman
```
## CONFIGURATION
-Users of the podman varlink service should enable the _io.projectatomic.podman.socket_ and _io.projectatomic.podman.service_.
+Users of the podman varlink service should enable the _io.podman.socket_ and _io.podman.service_.
This is the preferred method for running the varlink service.
You can do this via systemctl.
```
-# systemctl enable --now io.projectatomic.podman.socket
+systemctl enable --now io.podman.socket
```
## SEE ALSO