Changes in configuration file do not force service restart
Summary
While changing configuration files service is not restarted.
Steps to reproduce
Make some changes in configuration and check if elasticsearch service will be restarted.
Expected behavior
Service should be restarted.
Actual behavior
Nothiung happens with service.
Possible fixes
Use docker_service_force_restart
instead of service_force_restart
.