#!/sbin/svc

MYLISTING="PCSC monitor"
CONTROL_GROUP="root"

start() {
        daemonize_orig /usr/sbin/pcscdmon
}

stop() {
        kill_pid
}
