-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support top-level type drop-ins (pod.d, container.d, etc) and truncated unit drop-ins (name-.container.d) for quadlet #23158
Comments
What kind of options would you like to set "globally"? We already have a config file for setting defaults, containers.conf. |
I was thinking more along the lines of |
It would also be helpful to support drop-ins for truncated units, where drop-ins in directories like |
Is this something systemd can do? I think it is best to keep the logic is similar to the systemd parsing as possible. |
Yes, it is. The drop-in functionality is described in the 12th paragraph block in the description section here
|
Feature request description
Regular systemd unit files allow for top-level type drop-ins, such as
service.d/
andsocket.d/
. Quadlet generated files should support this as well. For example, drop-in files inpod.d/
should be applied to all generated.pod
files.The text was updated successfully, but these errors were encountered: