summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorluqiuwen <[email protected]>2019-09-17 11:37:25 +0800
committerluqiuwen <[email protected]>2019-09-17 11:37:25 +0800
commit48a5f7a7e293a6da84994254ba9e4e17197e99e5 (patch)
treec46ae3942ded92add6005fdc02be81ca679e1ac5 /script
parentfb22ab1cb6bbd45dc7b9a7383c7d37db5cf85373 (diff)
#165 调整PanguFiles的淘汰时间,由于Maat会自动删除该目录文件,故不淘汰。v4.1.1-20190917
Diffstat (limited to 'script')
-rw-r--r--script/tmpfiles/tfe.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/script/tmpfiles/tfe.conf b/script/tmpfiles/tfe.conf
index fd69fcf..a643f38 100644
--- a/script/tmpfiles/tfe.conf
+++ b/script/tmpfiles/tfe.conf
@@ -1,8 +1,8 @@
#Type Path Mode User Group Age Argument
d /var/log/tfe/ 0755 - - 7d -
-d /var/tmp/tfe/crashreport 0755 - - 30d -
-d /var/tmp/tfe/pangu_files 0755 - - - 30d -
-d /var/tmp/tfe/rulescan_tmp 0755 - - - 30d -
+d /run/tfe/crashreport 0755 - - 30d -
+d /run/tfe/pangu_files 0755 - - - -
+d /run/tfe/rulescan_tmp 0755 - - - -
L /opt/tsg/tfe/log - - - - /var/log/tfe
-L /opt/tsg/tfe/pangu_files - - - - /var/tmp/tfe/pangu_files
-L /opt/tsg/tfe/rulescan_tmp - - - - /var/tmp/tfe/rulescan_tmp
+L /opt/tsg/tfe/pangu_files - - - - /run/tfe/pangu_files
+L /opt/tsg/tfe/rulescan_tmp - - - - /run/tfe/rulescan_tmp