Package: crowdsec-custom-bouncer / 0.0.15-3

Metadata

Package Version Patches format
crowdsec-custom-bouncer 0.0.15-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Honor log related settings.patch | (download)

config.go | 24 20 + 4 - 0 !
1 file changed, 20 insertions(+), 4 deletions(-)

 [patch] honor log-related settings

This includes:
 - log_max_size
 - log_max_files
 - log_max_age
 - compress_logs

In passing, align the default log_max_age setting with the value found in
config.yaml (i.e. 30 days instead of 28 days).

0002 adjust service.patch | (download)

config/crowdsec-custom-bouncer.service | 8 3 + 5 - 0 !
1 file changed, 3 insertions(+), 5 deletions(-)

 adjust service unit

Let's replace BIN and CFG variables via this patch to make sure any changes is
easily spotted.

Also, delete After=syslog.target as hinted by lintian (it's socket-activated).