aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/unifi/unifi.logrotated
blob: 2e33dde9bbbde9dbf2527f36c4a2058267cb1c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
/var/log/unifi/*.log {
    daily
    rotate 10
    missingok
    notifempty
    compress
    sharedscripts
    postrotate
        /etc/init.d/unifi --ifstarted --quiet restart
    endscript
}