[package] fix killing and starting of dhcp (#6919)
[openwrt/svn-archive/archive.git] / utils / pcsc-lite / files / pcscd.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=50
4
5 start() {
6 pcscd
7 }
8
9 stop() {
10 killall pcscd
11 }