logrotate.cfg aktualisiert

This commit is contained in:
alf
2025-09-04 11:56:57 +00:00
parent 3c2e2dea58
commit b7fc01d677

View File

@ -6,4 +6,7 @@
notifempty
copytruncate
dateext
}
postrotate
echo "$(date) Logrotate (log.txt) hat stattgefunden! ERR: $?" >>/root/log.txt
endscript
}