OpenMTC/openmtc-gevent/kill-backend

8 lines
142 B
Plaintext
Raw Normal View History

2017-11-07 13:41:38 +00:00
#!/bin/sh
# make it possible to specify other signal values, defaults to kill
KILL_SIGNAL=${1:--9}
pkill ${KILL_SIGNAL} -f backend_main.py