diff options
Diffstat (limited to 'community/smstools/smstools.logrotate')
-rw-r--r-- | community/smstools/smstools.logrotate | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/smstools/smstools.logrotate b/community/smstools/smstools.logrotate new file mode 100644 index 0000000000..3aeac7d5cf --- /dev/null +++ b/community/smstools/smstools.logrotate @@ -0,0 +1,6 @@ +/var/log/smsd/smsd.log { + notifempty + missingok + sharedscripts + copytruncate +} |