- (re)install any GPG signing keys before running yum
[nodeupdate.git] / NodeUpdate.logrotate
1 /var/log/NodeUpdate.log {
2     compress
3     daily
4     notifempty
5     rotate 5
6     missingok
7 }