summaryrefslogtreecommitdiff
path: root/repo/utmps/wtmpd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'repo/utmps/wtmpd.logrotate')
-rw-r--r--repo/utmps/wtmpd.logrotate6
1 files changed, 6 insertions, 0 deletions
diff --git a/repo/utmps/wtmpd.logrotate b/repo/utmps/wtmpd.logrotate
new file mode 100644
index 0000000..bb23536
--- /dev/null
+++ b/repo/utmps/wtmpd.logrotate
@@ -0,0 +1,6 @@
+/var/log/wtmpd/wtmp {
+ missingok
+ monthly
+ create 0644 utmp utmp
+ rotate 3
+}