mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 17:11:21 +00:00
Binding in default to IPv6 is preferable but it can be disabled in kernel and that prevents syslog-ng to start. This setup should not be that common but syslog is very important service and should survive that. This introduces new plugin defining source generator `network_localhost`. This is used instead of original network source. Signed-off-by: Karel Kočí <cynerd@email.cz>
2 lines
103 B
Plaintext
2 lines
103 B
Plaintext
@module confgen context(source) name(network_localhost) exec("`scl-root`/network_localhost/detect.sh")
|