Replies: 2 comments 4 replies
-
Please see: https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html#podman-rootless-unit-search-path for defining rootless Quadlets |
Beta Was this translation helpful? Give feedback.
1 reply
-
One workaround is to manually run the generator: ~/.local/lib/systemd/user-generators/podman-user-generator ~/.config/systemd/user/ && \
systemctl --user daemon-reload (Where that It won't get run automatically, so you do need to remember to do it every time you change a unit file in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While systemd allows users to add files to
~/.config/systemd/
to define new units, it does not search user home directories for generators. (We can check this by runningsystemd-path systemd-search-user-generator
.)How can we define and run quadlet services without root?
Beta Was this translation helpful? Give feedback.
All reactions