added argtables, signed off by michu-at-neophobdotcom
[packages.git] / sound / scmpc / files / scmpc.init
diff --git a/sound/scmpc/files/scmpc.init b/sound/scmpc/files/scmpc.init
new file mode 100644 (file)
index 0000000..5b12d35
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh /etc/rc.common
+# Copyright (C) 2006 OpenWrt.org
+START=94
+
+start() {
+       mkdir -p /var/lib/scmpc
+       /usr/bin/scmpc
+}
+
+stop() {
+       killall scmpc
+}