diff --git a/srcpkgs/systemd/INSTALL b/srcpkgs/systemd/INSTALL index d7b0c60980..e0b0318e87 100644 --- a/srcpkgs/systemd/INSTALL +++ b/srcpkgs/systemd/INSTALL @@ -4,8 +4,9 @@ post) if [ -c dev/urandom -a ! -f etc/machine-id ]; then systemd-machine-id-setup - systemctl enable getty@.service || : fi + systemctl enable getty@.service || : + if [ "$UPDATE" = "yes" -a -e sys/fs/cgroup/systemd ]; then udevadm hwdb --update journalctl --update-catalog diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index 3b2e9a88ce..948c24b1f6 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -1,7 +1,7 @@ # Template file for 'systemd' pkgname=systemd version=197 -revision=6 +revision=7 build_style=gnu-configure configure_args="--libexecdir=/usr/lib --disable-selinux --disable-tcpwrap --with-rootprefix=/usr