summarylogtreecommitdiffstats
path: root/smsd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'smsd.logrotate')
-rw-r--r--smsd.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/smsd.logrotate b/smsd.logrotate
new file mode 100644
index 000000000000..e8008f06b196
--- /dev/null
+++ b/smsd.logrotate
@@ -0,0 +1,7 @@
+/var/log/smsd/smsd.log {
+ notifempty
+ missingok
+ sharedscripts
+ copytruncate
+ su root smsd
+}