diff --git a/conf/logrotate.conf b/conf/logrotate.conf deleted file mode 100644 index 5008367..0000000 --- a/conf/logrotate.conf +++ /dev/null @@ -1,14 +0,0 @@ -/var/log/syncthing.log { - rotate 4 - weekly - minsize 1M - missingok - create 640 root adm - notifempty - compress - delaycompress - postrotate - systemctl restart syncthing@sync_user > /dev/null - endscript -} -