SAAS-387: Hunt playout freezes

* Really kill hung pyponotify processes.
This commit is contained in:
Albert Santoni 2014-02-05 12:20:04 -05:00
parent d53c81a410
commit dfc4c2f308
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ SCRIPT=`readlink -f $0`
SCRIPTPATH=`dirname $SCRIPT`
cd ${SCRIPTPATH}/../
timeout 45 python pyponotify.py "$@"
timeout --signal=KILL 45 python pyponotify.py "$@"