From baf8e096afcb7781997c2a1d5ec2058218eb1ba9 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 2 Dec 2019 20:30:25 +0100 Subject: systemd: pcscd: disable SmartCard service PCSC is included via a dependency of wpa_supplicant. vyos@vyos:~$ apt-cache rdepends pcscd pcscd Reverse Depends: libpcsclite1 opensc libpcsclite1 vyos@vyos:~$ apt-cache rdepends libpcsclite1 libpcsclite1 Reverse Depends: pcscd wpasupplicant --- data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index 511b45df..d3de9a43 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -48,6 +48,7 @@ systemctl disable apt-daily.service systemctl disable apt-daily.timer systemctl disable apt-daily-upgrade.timer systemctl disable apt-daily-upgrade.service +systemctl disable pcscd.service systemctl enable vyos-hostsd.service systemctl enable acpid.service -- cgit v1.2.3