-
Notifications
You must be signed in to change notification settings - Fork 443
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
Systemd packaging doesn't support multiple EnvironmentFile
options
#968
Comments
Thanks for your feature request @412b The We could also implement this feature by adding a new setting in the SystemLoaderKeys. This would also require
|
@muuki88 actually I had in mind one more option: make systemd specific setting (as upstart and systemv doesn't have such or alike feature) and append |
This is a reasonable approach if the bashScriptEnvConfigLocation is only used in systemloaders. I hadn't had the time to check that, but if this is the case , I'm happy to discuss this in depth on a pull request if you have the time 😊 |
I see the issue is closed as completed. Did this end up being implemented? |
I used the wrong close 🥲 |
Expected behaviour
Multiple files/options to be sourced can be provided
man systemd.exec
: "This option may be specified more than once in which case all specified files are read."Actual behaviour
Only single file/option can be provided
Information
currently
EnvironmentFile
is bounded tobashScriptEnvConfigLocation
, but for example in my case I also want to source/etc/environment
and it can be achieved only by overriding a template, which is not the best way, IMHO.The text was updated successfully, but these errors were encountered: