mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-03 22:08:11 -04:00
isc-dhcp: syslog definitions and shuffling
This commit is contained in:
parent
3af383e1e0
commit
d7fe3b2be9
2 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
###################################################################
|
||||
# Local syslog-ng configuration filter definition [dhcpd].
|
||||
###################################################################
|
||||
filter f_local_dhcpd {
|
||||
facility(local7) or program("dhcpd");
|
||||
};
|
||||
|
|
@ -0,0 +1 @@
|
|||
unix-dgram("/var/dhcpd/var/run/log" dir_perm(0755) flags(syslog-protocol));
|
||||
Loading…
Reference in a new issue