packages/utils/petitboot/files/petitboot.init

13 lines
169 B
Plaintext
Raw Normal View History

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