Add a logrotate config for warewulfd.log

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2024-06-21 11:08:11 +02:00
committed by Jonathon Anderson
parent 0f3aad3812
commit fbf3e3c0a8
4 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/var/log/warewulfd.log {
size 1M
compress
dateext
missingok
nocreate
notifempty
maxage 365
rotate 99
copytruncate
}