diff options
Diffstat (limited to 'bin/check-for-zombies')
-rwxr-xr-x | bin/check-for-zombies | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/check-for-zombies b/bin/check-for-zombies new file mode 100755 index 000000000..57f6793f0 --- /dev/null +++ b/bin/check-for-zombies @@ -0,0 +1,6 @@ +#!/bin/bash +# +# Kill parentless processes still hanging around + +pkill -HUP -P 1 -u $1 -f "perl.*fixmystreet_app" + |