mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-08 16:34:18 -04:00
Fixing non-existing path
This commit is contained in:
parent
c206ed2c00
commit
3cec3a1071
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ SYSLOG_SERVER {{ OPNsense.maltrail.sensor.syslogserver }}:{{ OPNsense.maltrail.s
|
|||
{% endif %}
|
||||
|
||||
SENSOR_NAME $HOSTNAME
|
||||
CUSTOM_TRAILS_DIR /usr/local/maltrail/trails/custom/
|
||||
CUSTOM_TRAILS_DIR /usr/local/share/maltrail/trails/custom/
|
||||
PROCESS_COUNT $CPU_CORES
|
||||
DISABLE_CPU_AFFINITY false
|
||||
USE_FEED_UPDATES true
|
||||
|
|
|
|||
Loading…
Reference in a new issue