initial commit of file from CVS for ulogd on Fri 14 Jul 22:35:02 BST 2023

This commit is contained in:
Brian Read
2023-07-14 22:35:02 +01:00
parent 598a6f46a4
commit 2b727723f8
10 changed files with 498 additions and 1 deletions

10
ulogd.logrotate Normal file
View File

@@ -0,0 +1,10 @@
/var/log/ulogd/ulogd.log /var/log/ulogd/ulogd.syslogemu {
missingok
notifempty
weekly
compress
sharedscripts
postrotate
/etc/init.d/ulogd reload > /dev/null 2>&1
endscript
}