mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 00:42:34 -04:00
logging / relayd - move syslog target to plugin where it belongs [], closes https://github.com/opnsense/plugins/issues/2643
This commit is contained in:
parent
9cc24a91c7
commit
1de84577a7
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
###################################################################
|
||||
# Local syslog-ng configuration filter definition [relayd].
|
||||
###################################################################
|
||||
filter f_local_relayd {
|
||||
program("relayd");
|
||||
};
|
||||
Loading…
Reference in a new issue