sigkill instead of sighup

This commit is contained in:
Brian Seymour 2018-09-21 22:05:29 -05:00
parent 00252622d3
commit f16b936946
7 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
timeout -s HUP 2 python2 $*
timeout -s KILL 2 python2 $*