From 22a73443b99a35e6223ff4df7d2afa345201d09e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Apr 2019 03:10:15 +0200 Subject: [PATCH] Delete logrotate.conf --- conf/logrotate.conf | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 conf/logrotate.conf 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 -} -