mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-07-14 18:49:30 -04:00
12 lines
364 B
Text
Executable file
12 lines
364 B
Text
Executable file
[Unit]
|
|
Description=Open Source Next Generation Intrusion Detection and Prevention Engine
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/suricata -c /etc/suricata/suricata.yaml <% @interface.each do |int| -%> -i <%= int %> <% end -%>
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStop=/bin/kill $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|