1
0
Fork 0
mirror of https://codeberg.org/h3xx/you-dont-need-pihole.git synced 2024-08-14 20:27:01 +00:00

Replace Slackware-specific dnsmasq restart

This commit is contained in:
Dan Church 2022-11-12 11:22:13 -06:00
parent 6f86038404
commit 65ade612e7
Signed by: h3xx
GPG key ID: EA2BF379CD2CDBD0
2 changed files with 14 additions and 2 deletions

View file

@ -29,3 +29,14 @@
# OUT+=("$LIST_DIR/others.hosts")
#OUT=()
#URL=()
# What to run in order to restart dnsmasq. Leave empty to restart manually.
# Note: if you need shell features, use (bash -c '...')
# Typical value:
# Ubuntu/Debian/CentOS:
# DNSMASQ_RESTART_COMMAND=(service dnsmasq restart)
# Slackware:
# DNSMASQ_RESTART_COMMAND=(/etc/rc.d/rc.dnsmasq restart)
# Mac OSX (with homebrew):
# DNSMASQ_RESTART_COMMAND=(brew services restart dnsmasq)
#DNSMASQ_RESTART_COMMAND=()