Import cmdpad from oldpackages, add copyright, pkg info
[feed/packages.git] / utils / cmdpad / files / cmdpad.init
diff --git a/utils/cmdpad/files/cmdpad.init b/utils/cmdpad/files/cmdpad.init
new file mode 100644 (file)
index 0000000..f612033
--- /dev/null
@@ -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
+}