summaryrefslogtreecommitdiff
path: root/xrdp.logrotate
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-05-15 15:46:14 +0000
committerCoprDistGit <infra@openeuler.org>2024-05-15 15:46:14 +0000
commitf0dc10d63699e4d0b241202b32945f976e1b551f (patch)
tree083a711f3ccb26c32ec88edb2757588b4e4155e7 /xrdp.logrotate
parentff2c4e9c1ee1ed00cc50204442a1a4c31dc45b49 (diff)
automatic import of xrdpopeneuler23.09
Diffstat (limited to 'xrdp.logrotate')
-rw-r--r--xrdp.logrotate7
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
+}