PIDFILE=/var/run/$NAME.pid instead of /var/run/pcscd/$NAME.pid

Closes: #451704 "Latest version takes a lot to shut down"
This commit is contained in:
Ludovic Rousseau 2007-11-29 23:07:32 +00:00
parent 6753aaf469
commit 5110fd0fc0
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ DESC="PCSC Lite resource manager"
NAME=pcscd
DAEMON=/usr/sbin/$NAME
PIDFILE=/var/run/pcscd/$NAME.pid
PUBFILE=/var/run/pcscd/$NAME.pub
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
# Gracefully exit if the package has been removed (but not purged).