ipset: -artefact

This commit is contained in:
bol-van 2021-03-11 22:30:41 +03:00
parent bcdd708b51
commit 76e52c350b

View File

@ -176,7 +176,6 @@ hup_zapret_daemons()
{
echo forcing zapret daemons to reload their hostlist
if exists killall; then
kcmd=killall
killall -HUP tpws nfqws dvtws 2>/dev/null
elif exists pkill; then
pkill -HUP ^tpws$ ^nfqws$ ^dvtws$