SAAS-387: Hunt playout freezes
* Really kill hung pyponotify processes.
This commit is contained in:
parent
d53c81a410
commit
dfc4c2f308
|
@ -11,4 +11,4 @@ SCRIPT=`readlink -f $0`
|
||||||
SCRIPTPATH=`dirname $SCRIPT`
|
SCRIPTPATH=`dirname $SCRIPT`
|
||||||
|
|
||||||
cd ${SCRIPTPATH}/../
|
cd ${SCRIPTPATH}/../
|
||||||
timeout 45 python pyponotify.py "$@"
|
timeout --signal=KILL 45 python pyponotify.py "$@"
|
||||||
|
|
Loading…
Reference in New Issue