View Single Post
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#7
Originally Posted by Malakai View Post
kill -SIGHUP `pidof dnsmasq`
When dnsmasq for example runs as dns server you have more than one pid.
In genwall I restarting dnsmasq with following code:

Code:
stop dnsmasq && start dnsmasq
 

The Following User Says Thank You to Halftux For This Useful Post: