From 0b5d1d4b7772a3f57072bf224dd8b0fa1a096fe1 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 25 Nov 2011 16:15:42 +0000 Subject: [PATCH] enable pcscd.socket instead of pcscd.service --- debian/pcscd.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/pcscd.postinst b/debian/pcscd.postinst index 0f0d190..33744b1 100644 --- a/debian/pcscd.postinst +++ b/debian/pcscd.postinst @@ -20,6 +20,6 @@ fi addgroup --system pcscd --quiet # enable pcscd for systemd -[ -x /bin/systemctl ] && systemctl enable pcscd.service +[ -x /bin/systemctl ] && systemctl enable pcscd.socket #DEBHELPER#