summaryrefslogtreecommitdiffstats
path: root/network/freenx/freenx.logrotate
blob: 3342cc437c8b7713e1d0a3371b506958e7182621 (plain)
1
2
3
4
5
6
7
8
/var/log/nxserver.log {
    rotate 4
    size=4M
    notifempty
    missingok
    sharedscripts
    copytruncate
}