lcdproc: move nobody user/group to busybox

This commit is contained in:
Stefan Saraev 2015-02-14 22:48:46 +02:00
parent 3937ea5676
commit d879c7046a
2 changed files with 3 additions and 3 deletions

View File

@ -214,6 +214,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

View File

@ -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
}