Skip to content

Commit

Permalink
Merge pull request containers#8328 from FreedomBen/add-socket-start
Browse files Browse the repository at this point in the history
[CI:DOCS] Add missing --now in systemctl start command
  • Loading branch information
openshift-merge-robot authored Nov 13, 2020
2 parents 2fc2d46 + ba8a71f commit b2d281a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/mac_win_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ $ brew install podman

### Enable the Podman service on the server machine.

Before performing any Podman client commands, you must enable the podman.sock SystemD service on the Linux server. In these examples, we are running Podman as a normal, unprivileged user, also known as a rootless user. By default, the rootless socket listens at `/run/user/${UID}/podman/podman.sock`. You can enable this socket, permanently using the following command:
Before performing any Podman client commands, you must enable the podman.sock SystemD service on the Linux server. In these examples, we are running Podman as a normal, unprivileged user, also known as a rootless user. By default, the rootless socket listens at `/run/user/${UID}/podman/podman.sock`. You can enable and start this socket permanently, using the following commands:
```
$ systemctl --user enable podman.socket
$ systemctl --user enable --now podman.socket
```
You will need to enable linger for this user in order for the socket to work when the user is not logged in.

Expand Down

0 comments on commit b2d281a

Please sign in to comment.