summaryrefslogtreecommitdiffstats
path: root/display/splashy/init.d/splashy
blob: 782e59ba61d53605e814eb1c875ce10bb0e7a33e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

#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