logging / relayd - move syslog target to plugin where it belongs [], closes https://github.com/opnsense/plugins/issues/2643

This commit is contained in:
Ad Schellevis 2021-11-11 19:10:32 +01:00
parent 9cc24a91c7
commit 1de84577a7

View file

@ -0,0 +1,6 @@
###################################################################
# Local syslog-ng configuration filter definition [relayd].
###################################################################
filter f_local_relayd {
program("relayd");
};