diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-05-19 09:15:48 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-05-19 09:15:48 +0200 |
commit | 379df7f2c4fbc83e9d244779308a71ff21b9c214 (patch) | |
tree | a9d6692d0a472c08a314a1293f85a4fcd3570811 /docs/source | |
parent | 959d6a0c40b60a84eead551eaaa7498450017763 (diff) | |
download | podman-379df7f2c4fbc83e9d244779308a71ff21b9c214.tar.gz podman-379df7f2c4fbc83e9d244779308a71ff21b9c214.tar.bz2 podman-379df7f2c4fbc83e9d244779308a71ff21b9c214.zip |
docs: generate systemd: XDG_RUNTIME_DIR
A conversation on the customer portal suggests that to add an extra note
about the requirement of XDG_RUNTIME_DIR to be set.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs/source')
-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 |