It would be good if we can control the services more specifically with
the following parameters like:
restart:N - how many times shall the service to be restarted on
failures (<10), the default max is 10.
restart_tmo - the timeout of the restarting.
norestart - dont restart on failures.
oncrash - once all retrying also fail, how to deal with it,
rebooting or ignoring the failures.
It would be good if we can control the services more specifically with the following parameters like:
restart:N - how many times shall the service to be restarted on failures (<10), the default max is 10. restart_tmo - the timeout of the restarting. norestart - dont restart on failures. oncrash - once all retrying also fail, how to deal with it, rebooting or ignoring the failures.
Signed-off-by: Robert Andersson robert.m.andersson@atlascopco.com Signed-off-by: Ming Liu liu.ming50@gmail.com