From 42be91aef2cf6d5a970be14d77664bbd4380cf63 Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Tue, 17 Nov 2020 20:29:12 +0600 Subject: 设置 TFE 日志最长保存时间为 2 天 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/tmpfiles/tfe.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/tmpfiles/tfe.conf b/script/tmpfiles/tfe.conf index a643f38..55fed7a 100644 --- a/script/tmpfiles/tfe.conf +++ b/script/tmpfiles/tfe.conf @@ -1,5 +1,5 @@ #Type Path Mode User Group Age Argument -d /var/log/tfe/ 0755 - - 7d - +d /var/log/tfe/ 0755 - - 2d - d /run/tfe/crashreport 0755 - - 30d - d /run/tfe/pangu_files 0755 - - - - d /run/tfe/rulescan_tmp 0755 - - - - -- cgit v1.2.3