瀏覽代碼

[Improve][rootfs][logrotate]

2021.04.05 / Folus Wen

Actions:
1. Logrotate add permision confiuration for /var/log.

Files:
1. As follow commit history

Image version: D0.00.XX.XXXX.XX
Image checksum: XXXXXXXX

Hardware PWB P/N : XXXXXXX
Hardware Version : XXXXXXX
FolusWen 4 年之前
父節點
當前提交
12d60389ae
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      EVSE/rootfs/etc/logrotate.d/evse

+ 1 - 0
EVSE/rootfs/etc/logrotate.d/evse

@@ -16,4 +16,5 @@
         compress
         notifempty
         copytruncate
+	su root root
 }