diff options
author | Ashley Cui <acui@redhat.com> | 2022-04-25 11:36:16 -0400 |
---|---|---|
committer | Ashley Cui <acui@redhat.com> | 2022-04-25 11:53:57 -0400 |
commit | a615cb2fe22dbfb3ec0acc0e60d8f849301c3aac (patch) | |
tree | 5337e14de1eca0ec4669452c99e330f7d3d707cc /docs/source/markdown/podman-system-service.1.md | |
parent | 1260bf631f523e0708c458596337623977c6ac51 (diff) | |
download | podman-a615cb2fe22dbfb3ec0acc0e60d8f849301c3aac.tar.gz podman-a615cb2fe22dbfb3ec0acc0e60d8f849301c3aac.tar.bz2 podman-a615cb2fe22dbfb3ec0acc0e60d8f849301c3aac.zip |
Docs rootfull -> rootful
Some docs say roofull. Change to rootful.
[NO NEW TESTS NEEDED]
Signed-off-by: Ashley Cui <acui@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-system-service.1.md')
-rw-r--r-- | docs/source/markdown/podman-system-service.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md index 678f08a20..176d73eda 100644 --- a/docs/source/markdown/podman-system-service.1.md +++ b/docs/source/markdown/podman-system-service.1.md @@ -9,7 +9,7 @@ podman\-system\-service - Run an API service ## DESCRIPTION The **podman system service** command creates a listening service that will answer API calls for Podman. You may optionally provide an endpoint for the API in URI form. For example, *unix:///tmp/foobar.sock* or *tcp:localhost:8080*. -If no endpoint is provided, defaults will be used. The default endpoint for a rootfull +If no endpoint is provided, defaults will be used. The default endpoint for a rootful service is *unix:///run/podman/podman.sock* and rootless is *unix://$XDG_RUNTIME_DIR/podman/podman.sock* (for example *unix:///run/user/1000/podman/podman.sock*) |