packages/psplash: rename initscript file
[packages.git] / utils / psplash / files / psplash.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 }