Send SIGHUP to pihole-FTL when restarting/reloading dnsmasq

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2017-10-25 17:46:24 +02:00
parent da1d2b2c48
commit b9ae01d819
No known key found for this signature in database
GPG key ID: 00135ACBD90B28DD

3
pihole
View file

@ -346,6 +346,9 @@ restartDNS() {
svc="service dnsmasq ${svcOption}" svc="service dnsmasq ${svcOption}"
fi fi
# Send signal to FTL to have it re-parse the gravity files
killall -s SIGHUP pihole-FTL
# Print output to Terminal, but not to Web Admin # Print output to Terminal, but not to Web Admin
str="${svcOption^}ing DNS service" str="${svcOption^}ing DNS service"
[[ -t 1 ]] && echo -ne " ${INFO} ${str}..." [[ -t 1 ]] && echo -ne " ${INFO} ${str}..."