diff --git a/services/distributedfile.cfg b/services/distributedfile.cfg index ccb68588ea4e3dc59adac33f17cb56d0b0426a03..76e9fe84f2dc58ff9d00eb3712cfddb4d18ec704 100644 --- a/services/distributedfile.cfg +++ b/services/distributedfile.cfg @@ -5,13 +5,13 @@ "services": [{ "name": "distributedfileservice", "path": ["/system/bin/sa_main", "/system/profile/distributedfileservice.xml"], - "uid": "system", + "uid": "1009", "gid": ["system", "dfs"], "caps": ["SYS_PTRACE", "KILL"] },{ "name": "distributedfiledaemon", "path": ["/system/bin/sa_main", "/system/profile/distributedfiledaemon.xml"], - "uid": "system", + "uid": "1009", "gid": ["system", "dfs"], "caps": ["SYS_PTRACE", "KILL"] }]