diff options
| author | danix <danix@danix.xyz> | 2026-03-31 09:34:59 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2026-03-31 09:34:59 +0200 |
| commit | e51dcfd426d0bb475a3d12eed8d54a46b0f17444 (patch) | |
| tree | 153619df5af5632abd399a8baa51b7b9eb47a828 /syncthing/syncthing.logrotate | |
| parent | e935183ec65007f4ae24ac41aab8dfbd15e28af4 (diff) | |
| download | my-slackbuilds-e51dcfd426d0bb475a3d12eed8d54a46b0f17444.tar.gz my-slackbuilds-e51dcfd426d0bb475a3d12eed8d54a46b0f17444.zip | |
Added some of the packages I maintain on my personal system
Diffstat (limited to 'syncthing/syncthing.logrotate')
| -rw-r--r-- | syncthing/syncthing.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
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 +} |
