-
Notifications
You must be signed in to change notification settings - Fork 11
Adds tini to images #63
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
follows https://github.com/krallin/tini recommendations
Hi All, Time taken to update the service is ~2-3 minutes and service was in a healthy/replicated 1/1 state. |
{% endif %} | ||
{{ splunk_home }}/bin/splunk start --nodaemon --accept-license --answer-yes --no-prompt | ||
|
||
set -e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain why you added set -e
?
Adds tini to images as an init for proper signal forwarding/handling so that Splunk is stopped gracefully during service restarts. The tini version can be set via the tini_version ansible variable and defaults to a value of
v0.19.0