Skip to content

Commit

Permalink
Merge pull request #10399 from vrothberg/systemd-docs
Browse files Browse the repository at this point in the history
[CI:DOCS] docs: generate systemd: XDG_RUNTIME_DIR
  • Loading branch information
openshift-merge-robot authored May 19, 2021
2 parents 4683225 + 379df7f commit 4c75626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-generate-systemd.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c75626

Please sign in to comment.