summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/kdm/files/kdm-logrotate')
-rw-r--r--kde-plasma/kdm/files/kdm-logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/kde-plasma/kdm/files/kdm-logrotate b/kde-plasma/kdm/files/kdm-logrotate
new file mode 100644
index 000000000000..4bce1a0392d8
--- /dev/null
+++ b/kde-plasma/kdm/files/kdm-logrotate
@@ -0,0 +1,8 @@
+/var/log/kdm.log {
+ maxage 365
+ size=+1024k
+ notifempty
+ missingok
+ compress
+ copytruncate
+}