diff --git a/services/hilogd/etc/hilogd.cfg b/services/hilogd/etc/hilogd.cfg index 5adc3d1a078b5b63035d80383d4614e46056651c..f317775439ffcb462a77a5a4e8435fb70f469e0e 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" ]