We thought the following directives would try to respawn the process 10 times in 60 seconds (i.e. once every 6 seconds):
respawn
respawn limit 10 60
However these directives restart the process as soon as it is crashed. So it might actually respawn the process 10 times in 1 second.
Is there a way to configure our service so that when it crashes, it tries ti respawn it 10 times, once every 6 seconds?