isc-dhcp: syslog definitions and shuffling

This commit is contained in:
Franco Fichtner 2026-01-14 15:10:21 +01:00
parent 3af383e1e0
commit d7fe3b2be9
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
###################################################################
# Local syslog-ng configuration filter definition [dhcpd].
###################################################################
filter f_local_dhcpd {
facility(local7) or program("dhcpd");
};

View file

@ -0,0 +1 @@
unix-dgram("/var/dhcpd/var/run/log" dir_perm(0755) flags(syslog-protocol));