Quadlet are not working exactly as in the documentation in my system, should I open an issue? #25672
-
I tried what I found on the documentation about Quadlets so I put this in
but then after running Instead, running What's happening here and why the standard documentation could not help in my case? I'm doing this on a Fedora 41 Server. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I just did the same and it worked for me with Furthermore, running Please recheck whether |
Beta Was this translation helpful? Give feedback.
I just did the same and it worked for me with
systemctl --user daemon-reload
.Furthermore, running
/usr/libexec/podman/quadlet --user .config/containers/systemd/ -v
as you did does not produce the service unit at a place that systemd looks at since the the argument you passed.config/containers/systemd/
is the destination directory.Please recheck whether
systemctl --user daemon-reload
didn't actually do the work. Please note that I sometimes autocompletion does not work immediately after it (in case you are relying on it)