diff --git a/systemd.spec b/systemd.spec index 383b4e7..7d2d229 100644 --- a/systemd.spec +++ b/systemd.spec @@ -393,7 +393,8 @@ getent group tape >/dev/null 2>&1 || groupadd -r -g 33 tape >/dev/null 2>&1 || : getent group dialout >/dev/null 2>&1 || groupadd -r -g 18 dialout >/dev/null 2>&1 || : getent group floppy >/dev/null 2>&1 || groupadd -r -g 19 floppy >/dev/null 2>&1 || : getent group systemd-journal >/dev/null 2>&1 || groupadd -r -g 190 systemd-journal 2>&1 || : -getent group systemd-timesync >/dev/null 2>&1 || groupadd -r -g 190 systemd-timesync 2>&1 || : +getent group systemd-timesync >/dev/null 2>&1 || groupadd -r systemd-timesync 2>&1 || : +getent passwd systemd-timesync >/dev/null 2>&1 || useradd -r -l -g systemd-timesync -d / -s /usr/sbin/nologin -c "Systemd Timesync" systemd-timesync >/dev/null 2>&1 || : systemctl stop systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-udevd.service >/dev/null 2>&1 || :