Disable nslcd service

This commit is contained in:
themylogin
2021-03-17 15:53:12 +01:00
parent 3a329ee64e
commit 8dac191a8e

View File

@@ -975,6 +975,7 @@ custom_rootfs_setup() {
echo '[Install]' >> $file
echo 'WantedBy=multi-user.target' >> $file
done
find ${CHROOT_BASEDIR}/tmp/systemd/multi-user.target.wants -type f -and \! -name rrdcached.service -delete
chroot ${CHROOT_BASEDIR} rsync -av /tmp/systemd/ /usr/lib/systemd/system/
rm -rf ${CHROOT_BASEDIR}/tmp/systemd