summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r--meta/recipes-connectivity/connman/connman.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 4fb7b434a6..eb174c5d34 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -47,8 +47,8 @@ INITSCRIPT_NAME = "connman"
47INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ." 47INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ."
48 48
49USERADD_PACKAGES = "${PN}" 49USERADD_PACKAGES = "${PN}"
50USERADD_PARAM_${PN} = "--system --no-create-home \ 50USERADD_PARAM_${PN} = "--create-home \
51 --shell /bin/false --groups video,tty,audio \ 51 --groups video,tty,audio \
52 --user-group xuser" 52 --user-group xuser"
53 53
54inherit autotools pkgconfig update-rc.d useradd 54inherit autotools pkgconfig update-rc.d useradd