some fixes, and dns debugging on bk
[distro-setup] / machine_specific / bitfolk / filesystem / etc / logrotate-fast.conf
1 compress
2 /dev/shm/u.log {
3 # dunno if this is needed but it can avoid problems.
4 delaycompress
5 su unbound unbound
6 rotate 20
7 size 10M
8 # copied from clamav
9 postrotate
10 systemctl -q is-active unbound && systemctl kill --signal=SIGHUP unbound || true
11 endscript
12 }