Package: watchdog Followup-For: Bug #923254 I forgot to consider `$run_wd_keepalive` in the `ExecStopPost=` line, so that line should look more like this instead:
``` ExecStopPost=/bin/sh -c 'if [ "$run_wd_keepalive" = "1" ] && ([ "$SERVICE_RESULT" != "success" ] || [ "$EXIT_STATUS" != "INT" ]); then /bin/systemctl start --no-block wd_keepalive.service; fi' ``` I may have missed a few other things, too, or the if/then statement styling may not be preferred, but you hopefully get the idea.