cleanup Makefile, extract image-data, add init-script, replace generic image with...
[openwrt/svn-archive/archive.git] / utils / psplash / files / init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=05
4
5 start() {
6 psplash &
7 }
8
9 stop() {
10 killall psplash
11 }