summaryrefslogtreecommitdiffstats
path: root/display/splashy/init.d/splashy
blob: 23a5fbe1c70eeeee438b8e50a377acc6d02a7559 (plain) (blame)
1
2
3
4
5
6
7
8
9
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