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