diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-02 20:30:25 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-02 20:30:28 +0100 |
commit | baf8e096afcb7781997c2a1d5ec2058218eb1ba9 (patch) | |
tree | 82474dc7a26e243fc1db0ae78f2ff50bcfbd1854 /data/live-build-config/hooks | |
parent | a276c3e7f9b4cb913e240c71ac13c1213a6a38bb (diff) | |
download | vyos-build-baf8e096afcb7781997c2a1d5ec2058218eb1ba9.tar.gz vyos-build-baf8e096afcb7781997c2a1d5ec2058218eb1ba9.zip |
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
Diffstat (limited to 'data/live-build-config/hooks')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 1 insertions, 0 deletions
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 |