diff options
author | Struan Donald <struan@exo.org.uk> | 2011-09-05 16:59:05 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-09-05 16:59:05 +0100 |
commit | eb823376088f47abf23050a0193225a45b51d6d3 (patch) | |
tree | a6eb5fc8cf694a7dd70d7d1a957d65ec09a6c60a /bin/check-for-zombies | |
parent | bc39723b98a0bb07cc8d57e99489e3a014d857ef (diff) | |
parent | 7fc1083eb431312a59758c473e8ff52ceb8585ef (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into js-validation
Conflicts:
templates/web/default/common_header_tags.html
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" + |