summarylogtreecommitdiffstats
path: root/roguedetect.service
blob: b2f18a7cb0ef67d6b396cf73e69f67bd9aeafa2e (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=detect rogue DHCP server entities
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/roguedetect /etc/rogue_detector.cfg >/dev/null

[Install]
WantedBy=multi-user.target