diff --git a/etc/init/timeservice.cfg b/etc/init/timeservice.cfg index 332d1dd..738aea1 100644 --- a/etc/init/timeservice.cfg +++ b/etc/init/timeservice.cfg @@ -2,8 +2,8 @@ "services" : [{ "name" : "time_service", "path" : ["/system/bin/sa_main", "/system/profile/time_service.xml"], - "uid" : "system", - "gid" : ["system", "shell"], + "uid" : "time", + "gid" : ["time", "shell"], "caps" : ["SYS_TIME", "WAKE_ALARM"], "secon" : "u:r:time_service:s0" }