blob: 4ef862513029e07d136b1b4a7a54ac48fb6cfaca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=A network sniffer that logs all DNS server replies for use in a passive DNS setup
Documentation=https://github.com/gamelinux/passivedns
# Not sure whether network-online.target should be required
After=network.target
[Service]
Type=simple
## log to syslog
#ExecStart=/usr/bin/passivedns -y
# log to /var/log/passivedns.log
ExecStart=/usr/bin/passivedns
[Install]
WantedBy=default.target
|