packages/utils/petitboot/files/petitboot.init
hcg a5e5cb710c Initial commit of petitboot bootlaoder package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-11 15:42:51 +00:00

13 lines
169 B
Bash

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=80
start() {
/usr/sbin/petitboot-wrapper &
}
stop() {
killall petitboot-wrapper
killall petitboot
}