From 012066e176e0fa51c356d77b46cafe3acee20660 Mon Sep 17 00:00:00 2001 From: buzhenwang Date: Wed, 16 Nov 2022 21:32:39 +0800 Subject: [PATCH] fixed 2ac1b1b from https://gitee.com/buzhenwang/hiviewdfx_hilog/pulls/347 Modify the creation time of the data/log/hilog Signed-off-by: buzhenwang --- services/hilogd/etc/hilogd.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/services/hilogd/etc/hilogd.cfg b/services/hilogd/etc/hilogd.cfg index 5adc3d1..f317775 100644 --- a/services/hilogd/etc/hilogd.cfg +++ b/services/hilogd/etc/hilogd.cfg @@ -2,11 +2,7 @@ "jobs" : [{ "name" : "init", "cmds" : [ - "start hilogd" - ] - },{ - "name" : "post-fs-data", - "cmds" : [ + "start hilogd", "mkdir /data/log/ 0775 system log", "mkdir /data/log/hilog/ 0755 logd log" ] -- Gitee