diff options
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 |
commit | 28eb8e07b152e0266b4055618c96fab3225ac1ca (patch) | |
tree | a1e7a7711d1245c6a8c6ad27f3c0f04fec5db224 /network/syncthing/syncthing.logrotate | |
parent | 2d2e5c3ded84aa821a8306c7fcc003de0e46b338 (diff) |
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.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/syncthing/syncthing.logrotate b/network/syncthing/syncthing.logrotate new file mode 100644 index 0000000000000..11a42aec64de1 --- /dev/null +++ b/network/syncthing/syncthing.logrotate @@ -0,0 +1,9 @@ +/var/log/syncthing/*.log { + weekly + rotate 4 + compress + missingok + notifempty + copytruncate +} + |