packages/utils/cmdpad/files/cmdpad.init

12 lines
172 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2007 OpenWrt.org
START=93
start() {
/usr/sbin/cmdpad --quiet > /dev/null &
}
stop() {
killall cmdpad
}