xrdp-next/xrdp.logrotate
Bojan Smojver 341ecd47bb Fix log file rotation.
PID files do not exist, so sending a HUP will not be possible. Use
copytruncate instead. Create option is irrelevant in that case.

Also, include xrdp.log file.
2017-02-16 10:02:51 +11:00

7 lines
77 B
Plaintext

/var/log/xrdp*.log {
daily
compress
missingok
copytruncate
}