mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
systemd: set needed users and groups for systemd/journalctl
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e3a461c930
commit
1a2860c198
@ -161,6 +161,10 @@ post_makeinstall_target() {
|
||||
}
|
||||
|
||||
post_install() {
|
||||
add_user systemd-journal-gateway x 191 191 "Journal Gateway" "/" "/bin/sh"
|
||||
add_group systemd-journal 190
|
||||
add_group systemd-journal-gateway 191
|
||||
|
||||
add_group audio 63
|
||||
add_group cdrom 11
|
||||
add_group dialout 18
|
||||
|
Loading…
x
Reference in New Issue
Block a user