logrotate.cfg aktualisiert

This commit is contained in:
alf
2025-09-05 08:20:49 +00:00
parent b0f487d2ca
commit 629f8e48b4

View File

@ -7,6 +7,7 @@
copytruncate
dateext
postrotate
echo "$(date) Logrotate (log.txt) hat stattgefunden! ERR: $?" >>/root/Logs/log.log
echo "$(date) Logrotate ($1) hat stattgefunden! ERR: $?" >>$1
echo "$(date) Logrotate ($1) hat stattgefunden! " >>/home/alf/Gitea/logger/Logs/logrotate.log
endscript
}