diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-29 08:00:53 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-29 08:00:53 +0300 |
| commit | f1c83dee515539d6a45a2573fb5a441cce9ab0c7 (patch) | |
| tree | ff8574d5df74d5e5e95457ec2f1ae04340a5cff3 /frontends | |
| parent | bdb0899bdf996da826310ea3b4efa3ecad47b34b (diff) | |
Add newsyslog rotation for dserver logs
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/etc/newsyslog.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
