initial commit of file from CVS for e-smith-base on Thu 26 Oct 11:24:52 BST 2023

This commit is contained in:
2023-10-26 11:24:52 +01:00
parent bbc22988a8
commit 9510d1a360
678 changed files with 22721 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
/var/log/dhcpd/current /var/log/dhcpd/dhcpd.log {
missingok
notifempty
create 600 root root
su root root
postrotate
/usr/bin/systemctl reload-or-try-restart dhcpd
endscript
}

View File

@@ -0,0 +1,8 @@
/var/log/diald/accounting.log {
weekly
rotate 5
copytruncate
compress
notifempty
missingok
}

View File

@@ -0,0 +1,8 @@
/var/log/systemd.log {
missingok
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
endscript
}