pcscd.init 202 B

1234567891011121314
  1. #!/bin/sh /etc/rc.common
  2. # Copyright (C) 2009-2011 OpenWrt.org
  3. START=50
  4. SERVICE_PID_FILE=/var/run/pcscd/pcscd.pid
  5. start() {
  6. service_start /usr/sbin/pcscd
  7. }
  8. stop() {
  9. service_stop /usr/sbin/pcscd
  10. }