changed killall to pkill
This commit is contained in:
parent
c7712aa9a2
commit
7bd25d99f3
|
@ -18,7 +18,7 @@ case "$1" in
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
echo "Stopping listen-for-shutdown.py"
|
echo "Stopping listen-for-shutdown.py"
|
||||||
killall listen-for-shutdown.py
|
pkill -f /usr/local/bin/listen-for-shutdown.py
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: /etc/init.d/listen-for-shutdown.sh {start|stop}"
|
echo "Usage: /etc/init.d/listen-for-shutdown.sh {start|stop}"
|
||||||
|
|
Loading…
Reference in New Issue