Skip to content

Instantly share code, notes, and snippets.

@zoechi
Created June 1, 2013 13:05
Show Gist options
  • Save zoechi/5690307 to your computer and use it in GitHub Desktop.
Save zoechi/5690307 to your computer and use it in GitHub Desktop.
Send signal to a process
kill -s SIGUSR1 $(pidof /usr/sbin/dnsmasq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment