Merge "Add reload support to init file"

This commit is contained in:
Jenkins 2017-06-20 07:10:56 +00:00 committed by Gerrit Code Review
commit e57d13f6a1

View File

@ -15,6 +15,9 @@ ExecStart={{ program_override }} {{ program_config_options|default('') }} --log-
{% else %}
ExecStart={{ cinder_bin }}/{{ item.service_name }} {{ program_config_options|default('') }} --log-file=/var/log/cinder/{{ item.service_name }}.log
{% endif %}
{% if item.service_name != "cinder-api" %}
ExecReload=/bin/kill -HUP $MAINPID
{% endif %}
# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=120