ccid: moved to github
[packages.git] / utils / cmdpad / files / cmdpad.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2007-2011 OpenWrt.org
3
4 START=93
5
6 SSD_DAEMONIZE=1
7
8 start() {
9         service_start /usr/sbin/cmdpad --quiet
10 }
11
12 stop() {
13         service_stop /usr/sbin/cmdpad
14 }