summaryrefslogtreecommitdiffstats
path: root/display/splashy/init.d/splashy
diff options
context:
space:
mode:
Diffstat (limited to 'display/splashy/init.d/splashy')
-rwxr-xr-xdisplay/splashy/init.d/splashy10
1 files changed, 10 insertions, 0 deletions
diff --git a/display/splashy/init.d/splashy b/display/splashy/init.d/splashy
new file mode 100755
index 0000000000..23a5fbe1c7
--- /dev/null
+++ b/display/splashy/init.d/splashy
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+#grep -q -e '[[:space:]]splash\([[:space:]]\|$\)' /proc/cmdline || exit 1
+
+PROGRAM=/usr/sbin/splashy
+ARGS=boot
+RUNLEVEL=S
+NEEDS="+local_fs"
+
+. /etc/init.d/smgl_init