blob: a99a76ef8657f4dab98b924429ad8b06997086d7 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001[Unit]
2Description=Suricata IDS/IDP daemon
3After=network.target
4Requires=network.target
5Documentation=man:suricata(8) man:suricatasc(8)
6Documentation=https://redmine.openinfosecfoundation.org/projects/suricata/wiki
7
8[Service]
9Type=simple
10CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
11RestrictAddressFamilies=
12ExecStart=/usr/bin/suricata -c /etc/suricata/suricata.yaml eth0
13ExecReload=/bin/kill -HUP $MAINPID
14PrivateTmp=yes
15ProtectHome=yes
16ProtectSystem=yes
17
18[Install]
19WantedBy=multi-user.target
20