File: fever.service

package info (click to toggle)
fever 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 512 kB
  • sloc: makefile: 17; sh: 12
file content (12 lines) | stat: -rw-r--r-- 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=fast Suricata EVE JSON handler
Documentation=https://github.com/DCSO/fever

[Service]
SyslogIdentifier=fever
EnvironmentFile=-/etc/default/fever
ExecStart=/usr/bin/fever run $FEVER_ARGS
Restart=on-failure

[Install]
WantedBy=multi-user.target