From fab1f109d0564b44c950055d3233d6e7a1f3be81 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 23 Feb 2023 02:26:36 +1000 Subject: Add yet another timeout watchdog. --- laggers | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 laggers (limited to 'laggers') diff --git a/laggers b/laggers new file mode 100755 index 0000000..c5f30ee --- /dev/null +++ b/laggers @@ -0,0 +1,3 @@ +#!/bin/bash +echo "apt-panopticon processes still running -" +ps ax -o pid,args --sort args | grep -E 'apt-panopticon\.lua | curl | dig ' | grep -v -E 'flock -n |grep -E |sh -c |timeout -k ' -- cgit v1.1