[packages] tor-alpha: update to 0.2.2.22-alpha, add archive mirror
[openwrt/svn-archive/archive.git] / net / nrpe / files / nrpe.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2007 OpenWrt.org
3
4 START=70
5
6 start() {
7 /usr/sbin/nrpe -c /etc/nrpe.cfg -d
8 }
9
10 stop() {
11 killall nrpe
12 }