mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix the location of auditdistd configuration file.
Reported by: Johan Hendriks <joh.hendriks@gmail.com>
This commit is contained in:
parent
07fb19177d
commit
33da94038e
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ name="auditdistd"
|
|||
rcvar="${name}_enable"
|
||||
pidfile="/var/run/${name}.pid"
|
||||
command="/usr/sbin/${name}"
|
||||
required_files="/etc/${name}.conf"
|
||||
required_files="/etc/security/${name}.conf"
|
||||
extra_commands="reload"
|
||||
|
||||
load_rc_config $name
|
||||
|
|
|
|||
Loading…
Reference in a new issue