bug#64008: shepherd respawns a service even when it's disabled

2023-06-14 Thread Ludovic Courtès
Hi Attila, Attila Lendvai skribis: > i'm in a situation where my service quits after a few seconds of CPU usage > (i.e. the default-respawn-limit is not triggered). therefore shepherd keeps > restarting it, practically in a busy loop. > > suggested solution: > > maybe respawn-service should

bug#64008: shepherd respawns a service even when it's disabled

2023-06-11 Thread Attila Lendvai
i forgot to mention that the service is in the stopped state while this is happening, at least according to `herd status`. -- • attila lendvai • PGP: 963F 5D5F 45C7 DFCD 0A39 -- “Most of our lives, most of us live in realities determined by others, imprinted in our brains by education, by

bug#64008: shepherd respawns a service even when it's disabled

2023-06-11 Thread Attila Lendvai
the issue: i'm in a situation where my service quits after a few seconds of CPU usage (i.e. the default-respawn-limit is not triggered). therefore shepherd keeps restarting it, practically in a busy loop. suggested solution: maybe respawn-service should check for the disabled state, so that