summaryrefslogtreecommitdiffstats
path: root/network/syncthing/syncthing.logrotate
diff options
context:
space:
mode:
author Sebastian Arcus <s.arcus@open-t.co.uk>2016-05-20 01:26:42 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-20 20:03:53 +0700
commit28eb8e07b152e0266b4055618c96fab3225ac1ca (patch)
treea1e7a7711d1245c6a8c6ad27f3c0f04fec5db224 /network/syncthing/syncthing.logrotate
parent2d2e5c3ded84aa821a8306c7fcc003de0e46b338 (diff)
downloadslackbuilds-28eb8e07b152e0266b4055618c96fab3225ac1ca.tar.gz
slackbuilds-28eb8e07b152e0266b4055618c96fab3225ac1ca.tar.xz
network/syncthing: Updated for version 0.13.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/syncthing/syncthing.logrotate')
-rw-r--r--network/syncthing/syncthing.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/network/syncthing/syncthing.logrotate b/network/syncthing/syncthing.logrotate
new file mode 100644
index 0000000000..11a42aec64
--- /dev/null
+++ b/network/syncthing/syncthing.logrotate
@@ -0,0 +1,9 @@
+/var/log/syncthing/*.log {
+ weekly
+ rotate 4
+ compress
+ missingok
+ notifempty
+ copytruncate
+}
+