Skip to content

Instantly share code, notes, and snippets.

@13Cubed
Last active March 1, 2017 20:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save 13Cubed/40320a7df3e8208b1da6b7baf296e478 to your computer and use it in GitHub Desktop.
A systemd service file that calls dns-sniffer.sh.
[Unit]
Description=DNS Sniffer
[Service]
User=[USERNAME_HERE]
ExecStart=/usr/local/bin/dns-sniffer.sh
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment