Initial commit of petitboot bootlaoder package
[packages.git] / utils / petitboot / files / petitboot.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=80
4
5 start() {
6         /usr/sbin/petitboot-wrapper &
7 }
8
9 stop() {
10         killall petitboot-wrapper
11         killall petitboot
12 }