Add a logrotate config for warewulfd.log
Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
committed by
Jonathon Anderson
parent
0f3aad3812
commit
fbf3e3c0a8
11
etc/logrotate.d/warewulfd.conf
Normal file
11
etc/logrotate.d/warewulfd.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
/var/log/warewulfd.log {
|
||||
size 1M
|
||||
compress
|
||||
dateext
|
||||
missingok
|
||||
nocreate
|
||||
notifempty
|
||||
maxage 365
|
||||
rotate 99
|
||||
copytruncate
|
||||
}
|
||||
Reference in New Issue
Block a user