summaryrefslogtreecommitdiffstats
path: root/slim/build/slim.logrotate
blob: 2f3c332fda5e383353b0ec911b6f984173e9568d (plain)
1
2
3
4
5
6
7
8
9
/var/log/slim.log {
    compress
    rotate 1
    size=+1024k
    notifempty
    missingok
    copytruncate
    noolddir
}