1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-01 19:32:59 +03:00

support for centos 7+, fedora

This commit is contained in:
bolvan 2019-05-05 12:02:54 +03:00
parent 14d1bc91e4
commit dc93c8558f

@ -177,6 +177,7 @@ stop_daemon()
if [ -f "$PIDFILE" ]; then
read PID <"$PIDFILE"
kill $PID
rm -f "$PIDFILE"
else
echo no pidfile : $PIDFILE
false