# Get PID of resolver to determine if it needs to start or restart
if pidof dnsmasq &> /dev/null; then
if pidof pihole-FTL &> /dev/null; then
svcOption="restart"
else
svcOption="start"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.