Final updates for work laptop before I leave.

This commit is contained in:
Darren 'Tadgy' Austin 2024-10-10 13:48:07 +01:00
commit 10cdf5b1c9
12 changed files with 33 additions and 14 deletions

5
etc/logrotate.d/apache Normal file
View file

@ -0,0 +1,5 @@
/var/log/httpd/*log {
postrotate
/etc/init.d/apache reload >/dev/null 2>&1 || true
endscript
}