diff --git a/README.md b/README.md index 03e7979..8ab589e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **scribe** is a **syslog-ng** and **logrotate** installer for ASUS routers running **Asuswrt-Merlin** ## v3.2.6 -### Updated on 2025-Dec-18 +### Updated on 2025-Dec-20 ## Getting Started diff --git a/logrotate.d/logrotate b/logrotate.d/logrotate index 9d5f4ca..f2fa689 100644 --- a/logrotate.d/logrotate +++ b/logrotate.d/logrotate @@ -1,6 +1,3 @@ /opt/var/log/logrotate.log { minsize 256k - postrotate - /usr/bin/killall -HUP syslog-ng - endscript } diff --git a/logrotate.d/messages b/logrotate.d/messages index 6562fa4..76d2ec8 100644 --- a/logrotate.d/messages +++ b/logrotate.d/messages @@ -2,7 +2,4 @@ minsize 1024k daily rotate 9 - postrotate - /usr/bin/killall -HUP syslog-ng - endscript } diff --git a/logrotate.d/syslogng b/logrotate.d/syslogng index 96b2fd4..b21450c 100644 --- a/logrotate.d/syslogng +++ b/logrotate.d/syslogng @@ -1,5 +1,3 @@ /opt/var/log/syslog-ng.log { - postrotate - /usr/bin/killall -HUP syslog-ng - endscript + minsize 512k } diff --git a/logrotate.share/firewall b/logrotate.share/firewall index 006aa91..373758b 100644 --- a/logrotate.share/firewall +++ b/logrotate.share/firewall @@ -2,7 +2,4 @@ minsize 1024k daily rotate 9 - postrotate - /usr/bin/killall -HUP syslog-ng - endscript } diff --git a/logrotate.share/logrotate b/logrotate.share/logrotate index 9d5f4ca..f2fa689 100644 --- a/logrotate.share/logrotate +++ b/logrotate.share/logrotate @@ -1,6 +1,3 @@ /opt/var/log/logrotate.log { minsize 256k - postrotate - /usr/bin/killall -HUP syslog-ng - endscript } diff --git a/logrotate.share/messages b/logrotate.share/messages index 6562fa4..76d2ec8 100644 --- a/logrotate.share/messages +++ b/logrotate.share/messages @@ -2,7 +2,4 @@ minsize 1024k daily rotate 9 - postrotate - /usr/bin/killall -HUP syslog-ng - endscript } diff --git a/logrotate.share/syslogng b/logrotate.share/syslogng index 96b2fd4..b21450c 100644 --- a/logrotate.share/syslogng +++ b/logrotate.share/syslogng @@ -1,5 +1,3 @@ /opt/var/log/syslog-ng.log { - postrotate - /usr/bin/killall -HUP syslog-ng - endscript + minsize 512k } diff --git a/logrotate.share/wlceventd b/logrotate.share/wlceventd index e657805..1ca292b 100644 --- a/logrotate.share/wlceventd +++ b/logrotate.share/wlceventd @@ -1,6 +1,3 @@ /opt/var/log/wlceventd.log { rotate 4 - postrotate - /usr/bin/killall -HUP syslog-ng - endscript }