summaryrefslogtreecommitdiffstats
path: root/utils/pcsc-lite/files/pcscd.init
blob: 9a7a9057c6783a8ea273d1d5b774e0838cc34bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh /etc/rc.common
# Copyright (C) 2009-2011 OpenWrt.org

START=50

SERVICE_PID_FILE=/var/run/pcscd/pcscd.pid

start() {
	service_start /usr/sbin/pcscd
}

stop() {
	service_stop /usr/sbin/pcscd
}