From e51dcfd426d0bb475a3d12eed8d54a46b0f17444 Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 31 Mar 2026 09:34:59 +0200 Subject: Added some of the packages I maintain on my personal system --- syncthing/syncthing.logrotate | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 syncthing/syncthing.logrotate (limited to 'syncthing/syncthing.logrotate') diff --git a/syncthing/syncthing.logrotate b/syncthing/syncthing.logrotate new file mode 100644 index 0000000..ef303bf --- /dev/null +++ b/syncthing/syncthing.logrotate @@ -0,0 +1,8 @@ +/var/log/syncthing/*.log { + weekly + rotate 4 + compress + missingok + notifempty + copytruncate +} -- cgit v1.2.3