diff --git a/setup-scripts/logrotate.d/skynet-webportal-pinner b/setup-scripts/logrotate.d/skynet-webportal-pinner new file mode 100644 index 00000000..a12a17bb --- /dev/null +++ b/setup-scripts/logrotate.d/skynet-webportal-pinner @@ -0,0 +1,11 @@ +/home/user/skynet-webportal/docker/data/pinner/*.log { + daily + rotate 10 + minsize 100M + copytruncate + notifempty + dateext + missingok + compress + compressoptions --best +}