소스 검색

[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
 }