diff options
Diffstat (limited to 'xrdp.logrotate')
-rw-r--r-- | xrdp.logrotate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xrdp.logrotate b/xrdp.logrotate new file mode 100644 index 0000000..d976cc6 --- /dev/null +++ b/xrdp.logrotate @@ -0,0 +1,7 @@ +/var/log/xrdp*.log { + missingok + notifempty + rotate 4 + weekly + create +} |