Disable systemd-userdbd/systemd-homed

These are unnecessary and waste memory.
pull/1/head
Dustin 2022-04-05 15:41:23 -05:00
parent e055500476
commit 919b578ebc
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ chroot "${destdir}" systemctl enable \
systemd-time-wait-sync \ systemd-time-wait-sync \
systemd-timesyncd \ systemd-timesyncd \
xinit@user xinit@user
chroot "${destdir}" systemctl disable \
systemd-homed \
systemd-userdbd
umask 0022 umask 0022
mksquashfs "${destdir}" "${destdir}/boot/${dest}" \ mksquashfs "${destdir}" "${destdir}/boot/${dest}" \