diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-19 11:48:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 11:48:38 -0400 |
commit | 4c756268e6d0dbe90e61a59d9644e34a0f2d5f36 (patch) | |
tree | cf643467b0bc9743ea2d6ee47686562cbc6ba31b /docs/source/markdown | |
parent | 46832259a878a7e6438c7022be83a2170734eb48 (diff) | |
parent | 379df7f2c4fbc83e9d244779308a71ff21b9c214 (diff) | |
download | podman-4c756268e6d0dbe90e61a59d9644e34a0f2d5f36.tar.gz podman-4c756268e6d0dbe90e61a59d9644e34a0f2d5f36.tar.bz2 podman-4c756268e6d0dbe90e61a59d9644e34a0f2d5f36.zip |
Merge pull request #10399 from vrothberg/systemd-docs
[CI:DOCS] docs: generate systemd: XDG_RUNTIME_DIR
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-generate-systemd.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-generate-systemd.1.md b/docs/source/markdown/podman-generate-systemd.1.md index 4b77c5721..3565a42bc 100644 --- a/docs/source/markdown/podman-generate-systemd.1.md +++ b/docs/source/markdown/podman-generate-systemd.1.md @@ -10,7 +10,7 @@ podman\-generate\-systemd - Generate systemd unit file(s) for a container or pod **podman generate systemd** will create a systemd unit file that can be used to control a container or pod. By default, the command will print the content of the unit files to stdout. -_Note: If you use this command with the remote client, you would still have to place the generated units on the remote system._ +_Note: If you use this command with the remote client, you would still have to place the generated units on the remote system. Moreover, please make sure that the XDG_RUNTIME_DIR environment variable is set. If unset, you may set it via `export XDG_RUNTIME_DIR=/run/user/$(id -u)`._ ## OPTIONS |