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