Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 684878
Collapse All | Expand All

(-)a/99-pcscd-hotplug.rules (-1 / +1 lines)
Lines 3-6 Link Here
3
3
4
# We add this here so that it runs after ccid's and ifd-gempc's rules;
4
# We add this here so that it runs after ccid's and ifd-gempc's rules;
5
# if we just added a pcscd-owned device, we hotplug the pcscd service.
5
# if we just added a pcscd-owned device, we hotplug the pcscd service.
6
ACTION=="add", ENV{PCSCD}=="1", GROUP="pcscd", RUN+="/bin/env IN_HOTPLUG=1 /etc/init.d/pcscd --quiet start"
6
ACTION=="add", ENV{PCSCD}=="1", GROUP="pcscd", RUN+="/bin/sh -c '/etc/init.d/pcscd --quiet status || IN_HOTPLUG=1 /etc/init.d/pcscd --quiet start'"

Return to bug 684878