You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a documented, opt-in environment variable similar to SYSTEMD_UNIT_PATH:
QUADLET_UNIT_PATH=/dir/one:/dir/two:/dir/three
With behavior similar to SYSTEMD_UNIT_PATH:
When the variable $SYSTEMD_UNIT_PATH is set, the contents of this variable overrides the unit load path. If $SYSTEMD_UNIT_PATH ends with an empty component (":"), the usual unit load path will be appended to the contents of the variable.
I can try to draft a PR, but I will definitely have a lot of question as I am not familiar with podman organization and code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Introduce a documented, opt-in environment variable similar to
SYSTEMD_UNIT_PATH
:With behavior similar to
SYSTEMD_UNIT_PATH
:I can try to draft a PR, but I will definitely have a lot of question as I am not familiar with podman organization and code.
Beta Was this translation helpful? Give feedback.
All reactions