pentoo-overlay/net-analyzer/ifchk/files/ifchkboot.service
2019-04-10 13:27:02 +03:00

13 lines
307 B
Desktop File

[Unit]
Description=A network interface promiscuous mode detection tool
After=network.target
Documentation=man:ifchk(1) man:ifchk.conf(5)
[Service]
Type=forking
ExecStart=/usr/sbin/ifchk -f /etc/ifchk.conf
PIDFile=/var/run/ifchk.pid
ExecStop=/usr/bin/pkill -TERM ifchk
[Install]
WantedBy=multi-user.target