diff options
author | Ondrej Hlavac <hlavaco@gmail.com> | 2017-03-12 13:20:09 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:23:13 +0200 |
commit | d003b8e58ccded333430d36679fba4a174ac172d (patch) | |
tree | 2a7507f0854455da8c9d1e5baef025d407563eeb | |
parent | 28abae34eb8ef392bb07ccedad6e48c4a0c4b08c (diff) |
init: remove additional user
[ 2.623325] init: /init.qcom.rc: 842: user requires 1 argument
-rwxr-xr-x | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 9e4270d..fb60517 100755 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -836,7 +836,7 @@ service bridgemgrd /system/bin/bridgemgrd service port-bridge /system/bin/port-bridge class main - user radio system + user radio group radio system inet oneshot |