From f1c83dee515539d6a45a2573fb5a441cce9ab0c7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 29 Mar 2026 08:00:53 +0300 Subject: Add newsyslog rotation for dserver logs --- frontends/etc/newsyslog.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/frontends/etc/newsyslog.conf b/frontends/etc/newsyslog.conf index bbd1aa5..0bca33b 100644 --- a/frontends/etc/newsyslog.conf +++ b/frontends/etc/newsyslog.conf @@ -12,3 +12,4 @@ /var/www/logs/access.log 644 14 * $W0 Z "pkill -USR1 -u root -U root -x httpd" /var/www/logs/error.log 644 7 250 * Z "pkill -USR1 -u root -U root -x httpd" /var/log/fooodds 640 7 300 * Z +/var/log/dserver/*.log _dserver:_dserver 640 7 * 24 Z -- cgit v1.2.3