impression: deprecated stuff
This commit is contained in:
parent
bf6da9a335
commit
dd369ca635
4 changed files with 11 additions and 79 deletions
|
@ -8,5 +8,8 @@
|
|||
# Toutes les heures on appelle ce script qui tue toutes les occurances
|
||||
# de cnpkmodule avec un time supérieur à 60 minutes
|
||||
|
||||
echo "deprecated"
|
||||
exit 1
|
||||
|
||||
ps ax | grep cnpkmodule | \
|
||||
perl -nle '/\s*(\d*)\s+([^\s]*\s*){2}(\d*)/; if ($3 > 60) {kill 9, $1; print "cnpkmodule was killed"}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue