Don't create systemd-bus-proxy user and group

We no longer ship bus-proxyd hence user and group are not needed
anymore.
This commit is contained in:
Michal Sekletar 2016-08-04 14:18:42 +02:00
parent edb4e05013
commit 126aa118e1

View File

@ -361,8 +361,6 @@ getent group systemd-network >/dev/null 2>&1 || groupadd -r systemd-network 2>&1
getent passwd systemd-network >/dev/null 2>&1 || useradd -r -l -g systemd-network -d / -s /sbin/nologin -c "systemd Network Management" systemd-network >/dev/null 2>&1 || :
getent group systemd-resolve >/dev/null 2>&1 || groupadd -r systemd-resolve 2>&1 || :
getent passwd systemd-resolve >/dev/null 2>&1 || useradd -r -l -g systemd-resolve -d / -s /sbin/nologin -c "systemd Resolver" systemd-resolve >/dev/null 2>&1 || :
getent group systemd-bus-proxy >/dev/null 2>&1 || groupadd -r systemd-bus-proxy 2>&1 || :
getent passwd systemd-bus-proxy >/dev/null 2>&1 || useradd -r -l -g systemd-bus-proxy -d / -s /sbin/nologin -c "systemd Bus Proxy" systemd-bus-proxy >/dev/null 2>&1 || :
%post
systemd-machine-id-setup >/dev/null 2>&1 || :