summaryrefslogtreecommitdiff
path: root/system/pcsc-lite/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'system/pcsc-lite/README.SLACKWARE')
-rw-r--r--system/pcsc-lite/README.SLACKWARE6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/pcsc-lite/README.SLACKWARE b/system/pcsc-lite/README.SLACKWARE
index 4cf8418e88..6628c015df 100644
--- a/system/pcsc-lite/README.SLACKWARE
+++ b/system/pcsc-lite/README.SLACKWARE
@@ -1,3 +1,9 @@
+You must have a "pcscd" user and a "pcscd" group to run this script.
+To create the user and group you can run these two commands
+(uid/gid are set accordingly to http://slackbuilds.org/uid_gid.txt):
+ # groupadd -g 257 pcscd
+ # useradd -u 257 -g pcscd -d /var/run/pcscd -s /bin/false pcscd
+
To start PC/SC-lite daemon, run "/etc/rc.d/rc.pcscd start". This is most
easily accomplished by adding the following to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.pcscd ]; then