mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
lcdproc: move nobody user/group to busybox
This commit is contained in:
parent
84f350e3ff
commit
c7c4c7fb1e
@ -208,6 +208,9 @@ post_install() {
|
||||
add_group root 0
|
||||
add_group users 100
|
||||
|
||||
add_user nobody x 65534 65534 "Nobody" "/" "/bin/sh"
|
||||
add_group nogroup 65534
|
||||
|
||||
enable_service debug-shell.service
|
||||
enable_service shell.service
|
||||
enable_service show-version.service
|
||||
|
@ -62,8 +62,5 @@ post_makeinstall_target() {
|
||||
}
|
||||
|
||||
post_install() {
|
||||
add_user nobody x 999 999 "Nobody" "/" "/bin/sh"
|
||||
add_group nobody 999
|
||||
|
||||
enable_service lcdd.service
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user