-
Notifications
You must be signed in to change notification settings - Fork 277
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
Make systemd-tmpfiles optional #3435
Make systemd-tmpfiles optional #3435
Conversation
Signed-off-by: Michal Nasiadka <[email protected]>
8b5a619
to
1d36d4b
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #3435 +/- ##
=======================================
Coverage 91.74% 91.74%
=======================================
Files 172 172
Lines 4991 4991
=======================================
Hits 4579 4579
Misses 412 412 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Taking a look...... |
Verify that even if the /var/run/opensearch dir not created by systemd_tmpfiles, the dir will still be create by opensearch.
|
OSD despite having the code to create /var/run/opensearch-dashboards it will still not create pid file there due to exestart not specify that like in OS. In fact both of them are creating pid file already in This is probably some old code that is still generating the tmpfiles conf. In reality no need to redirect pid to /var/run if they already exist in /run. |
Description
Makes systemd-tmpfiles optional (when installing in container images not supplying systemd-tmpfiles)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.