0
0
mirror of https://github.com/openwrt/packages.git synced 2025-01-31 04:51:44 +00:00
packages/utils/cmdpad/files/cmdpad.init
Ted Hess 9df311619c Import cmdpad from oldpackages, add copyright, pkg info
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-18 16:36:16 -04:00

15 lines
186 B
Bash

#!/bin/sh /etc/rc.common
# Copyright (C) 2007-2011 OpenWrt.org
START=93
SSD_DAEMONIZE=1
start() {
service_start /usr/sbin/cmdpad --quiet
}
stop() {
service_stop /usr/sbin/cmdpad
}