Last active
March 1, 2017 20:26
-
-
Save 13Cubed/40320a7df3e8208b1da6b7baf296e478 to your computer and use it in GitHub Desktop.
A systemd service file that calls dns-sniffer.sh.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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