Files
matrix-synapse-quadlets/README.md
T

32 lines
900 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# matrix-synapse-quadlets
## How to install (from [podman documentation](https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html))
Podman rootful unit search path
Quadlet files for the root user can be placed in the following directories ordered in precedence. Meaning duplicate named quadlets found under /run take precedence over ones in /etc, as well as those in /usr:
Temporary quadlets, usually used for testing:
- /run/containers/systemd/
System administrator’s defined quadlets:
- /etc/containers/systemd/
Distribution defined quadlets:
- /usr/share/containers/systemd/
Podman rootless unit search path
Quadlet files for non-root users can be placed in the following directories:
- $XDG_RUNTIME_DIR/containers/systemd/
- $XDG_CONFIG_HOME/containers/systemd/ or ~/.config/containers/systemd/
- /etc/containers/systemd/users/$(UID)
- /etc/containers/systemd/users/