From dc28fbd762d00318fad76a72e8181369b32bca31 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 26 Jun 2020 03:41:30 +0200 Subject: [PATCH] scripts/templates/newsyslog.conf: rotate at 10:00 instead of 00:00 --- scripts/templates/newsyslog.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templates/newsyslog.conf b/scripts/templates/newsyslog.conf index 806d4ec..ebc08e8 100644 --- a/scripts/templates/newsyslog.conf +++ b/scripts/templates/newsyslog.conf @@ -1,2 +1,2 @@ # logfilename [owner:group] mode count size when flags [/pid_file] [sig_num] -{{ LOG_FILE }} 640 3 * @T00 JC +{{ LOG_FILE }} 640 3 * @T10 JC