aboutsummaryrefslogtreecommitdiffstats
path: root/syncthing/syncthing.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'syncthing/syncthing.logrotate')
-rw-r--r--syncthing/syncthing.logrotate8
1 files changed, 0 insertions, 8 deletions
diff --git a/syncthing/syncthing.logrotate b/syncthing/syncthing.logrotate
deleted file mode 100644
index ef303bf..0000000
--- a/syncthing/syncthing.logrotate
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/syncthing/*.log {
- weekly
- rotate 4
- compress
- missingok
- notifempty
- copytruncate
-}