cleanup Makefile, extract image-data, add init-script, replace generic image with...
[packages.git] / utils / psplash / files / init
diff --git a/utils/psplash/files/init b/utils/psplash/files/init
new file mode 100755 (executable)
index 0000000..5ccced2
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh /etc/rc.common
+# Copyright (C) 2006 OpenWrt.org
+START=05
+
+start() {
+    psplash &
+}
+
+stop() {
+    killall psplash
+}