1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

Delete logrotate.conf

This commit is contained in:
yalh76 2019-04-14 03:10:15 +02:00
parent dfba6daefd
commit 22a73443b9

View file

@ -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
}