aboutsummaryrefslogtreecommitdiffstats
path: root/bin/check-for-zombies
blob: 57f6793f04c6faefe0344a042f1a6c3491329ab5 (plain)
1
2
3
4
5
6
#!/bin/bash
#
# Kill parentless processes still hanging around

pkill -HUP -P 1 -u $1 -f "perl.*fixmystreet_app"