systemd: set needed users and groups for systemd/journalctl

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-27 12:31:17 +02:00
parent e3a461c930
commit 1a2860c198

View File

@ -161,6 +161,10 @@ post_makeinstall_target() {
} }
post_install() { 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 audio 63
add_group cdrom 11 add_group cdrom 11
add_group dialout 18 add_group dialout 18