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