aboutsummaryrefslogtreecommitdiffstats
path: root/community/atuin/atuin.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community/atuin/atuin.logrotate')
-rw-r--r--community/atuin/atuin.logrotate6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/atuin/atuin.logrotate b/community/atuin/atuin.logrotate
new file mode 100644
index 00000000000..8dc30391912
--- /dev/null
+++ b/community/atuin/atuin.logrotate
@@ -0,0 +1,6 @@
+/var/log/atuin-server.log {
+ compress
+ copytruncate
+ missingok
+ notifempty
+}