mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
Import cmdpad from oldpackages, add copyright, pkg info
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
}
|
||||
Reference in New Issue
Block a user