blob: 4d02428f849372c7c9e39cd5f8c8c93df85be06c (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Snort IDS system listening on '%I'
[Service]
Type=simple
ExecStartPre=/usr/bin/ip link set up dev %I
ExecStart=/usr/bin/snort -A fast -b -p -u snort -g snort -c /etc/snort/snort.conf -i %I
[Install]
Alias=multi-user.target.wants/snort@eth0.service
|