Skip to content

Commit ce3ebd1

Browse files
committed
pcscd: auto exit when not in use
1 parent df4c233 commit ce3ebd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppRun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export PCSCLITE_CONFIG_DIR="${APPDIR}/etc/reader.conf.d"
2020
PCSCD_RUN_DIR="/tmp/pcscd/run"
2121
rm -rf "${PCSCD_RUN_DIR}"
2222
mkdir -p "${PCSCD_RUN_DIR}"
23-
echo "starting pcscd with ${APPDIR}/usr/bin/pcscd -f &"
23+
echo "starting pcscd with ${APPDIR}/usr/bin/pcscd --foreground --auto-exit &"
2424
"${APPDIR}/usr/bin/pcscd" -f &
2525

2626
DEFAULT_LANG=en_US.UTF-8

0 commit comments

Comments
 (0)