Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions logrotate.d/logrotate
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/opt/var/log/logrotate.log {
minsize 256k
postrotate
/usr/bin/killall -HUP syslog-ng
endscript
}
3 changes: 0 additions & 3 deletions logrotate.d/messages
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
minsize 1024k
daily
rotate 9
postrotate
/usr/bin/killall -HUP syslog-ng
endscript
}
4 changes: 1 addition & 3 deletions logrotate.d/syslogng
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/opt/var/log/syslog-ng.log {
postrotate
/usr/bin/killall -HUP syslog-ng
endscript
minsize 512k
}
3 changes: 0 additions & 3 deletions logrotate.share/firewall
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
minsize 1024k
daily
rotate 9
postrotate
/usr/bin/killall -HUP syslog-ng
endscript
}
3 changes: 0 additions & 3 deletions logrotate.share/logrotate
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/opt/var/log/logrotate.log {
minsize 256k
postrotate
/usr/bin/killall -HUP syslog-ng
endscript
}
3 changes: 0 additions & 3 deletions logrotate.share/messages
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
minsize 1024k
daily
rotate 9
postrotate
/usr/bin/killall -HUP syslog-ng
endscript
}
4 changes: 1 addition & 3 deletions logrotate.share/syslogng
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/opt/var/log/syslog-ng.log {
postrotate
/usr/bin/killall -HUP syslog-ng
endscript
minsize 512k
}
3 changes: 0 additions & 3 deletions logrotate.share/wlceventd
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/opt/var/log/wlceventd.log {
rotate 4
postrotate
/usr/bin/killall -HUP syslog-ng
endscript
}