#!/bin/bash

log_name=/var/log/termidesk/pcscd.log

/usr/sbin/pcscd --foreground 2>&1 >> $log_name
