init: ueventd already needs /acct

Change-Id: Ifae7078aedc1a520ee003160fb17c8893041cb09
(cherry picked from commit ec350e9d0d)
This commit is contained in:
Andreas Schneider
2020-03-30 17:06:17 -04:00
committed by bigbiff
parent cb163e0b14
commit a4e510ee54
Executable → Regular
+4
View File
@@ -10,6 +10,10 @@ on early-init
# Set the security context of /postinstall if present.
restorecon /postinstall
# ueventd wants to write to /acct
mount cgroup none /acct cpuacct
mkdir /acct/uid
start ueventd
on init