From 25a68c950f3eae4779f654afbfc00f88a977d35f Mon Sep 17 00:00:00 2001 From: amid Date: Thu, 1 Jun 2023 16:05:29 +0600 Subject: [PATCH] Fix execute pcscd --- cryptopro-csp-k1.install | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptopro-csp-k1.install b/cryptopro-csp-k1.install index 5694b1c..0d12e94 100644 --- a/cryptopro-csp-k1.install +++ b/cryptopro-csp-k1.install @@ -561,6 +561,7 @@ post_install() { echo "Enable pcscd daemon for smart card support (for example etoken or rutoken):" echo systemctl enable --now pcscd + ubconfig set config SERVICESSTART+=",pcscd" } post_upgrade() {