systemd: add systemd-timesync user and group

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-06-24 15:14:40 +02:00
parent 71eeeedd75
commit f35ddd9fa9

View File

@ -247,6 +247,9 @@ post_makeinstall_target() {
post_install() {
add_group systemd-journal 190
add_group systemd-timesync 191
add_user systemd-timesync x 191 191 "systemd-timesync" "/" "/bin/false"
add_group systemd-network 193
add_user systemd-network x 193 193 "systemd-network" "/" "/bin/sh"