Zac Medico 710c874e6e supervise-daemon: fix respawn_max off by one
Fix the comparison between respawn_count and respawn_max so that
respawn_max = 1 will allow for one respawn. Since respawn_count is
incremented before the comparison, use a 'greater than' comparison
so that respawn will be triggered when respawn_count is equal to
respawn_max.

Fixes: https://github.com/OpenRC/openrc/issues/247
Fixes: https://github.com/OpenRC/openrc/issues/248
2018-10-15 11:50:42 -05:00
..
2018-05-22 12:20:38 -05:00
2018-06-19 14:01:54 -05:00
2018-02-26 13:46:47 -06:00
2018-10-13 12:53:54 -04:00
2018-10-13 12:53:54 -04:00
2018-05-22 12:20:38 -05:00
2018-06-19 13:59:16 -05:00
2017-09-18 10:36:17 -05:00
2016-01-22 12:07:13 -06:00
2018-03-21 08:33:33 -04:00
2018-10-13 12:53:54 -04:00