aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/logging/logrotate.d/wtmpdb
diff options
context:
space:
mode:
Diffstat (limited to 'straper/db/public/logging/logrotate.d/wtmpdb')
-rw-r--r--straper/db/public/logging/logrotate.d/wtmpdb7
1 files changed, 7 insertions, 0 deletions
diff --git a/straper/db/public/logging/logrotate.d/wtmpdb b/straper/db/public/logging/logrotate.d/wtmpdb
new file mode 100644
index 0000000..cbfc00e
--- /dev/null
+++ b/straper/db/public/logging/logrotate.d/wtmpdb
@@ -0,0 +1,7 @@
+/var/log/wtmp.db {
+ missingok
+ yearly
+ create
+ nocompress
+ rotate 4
+}