#!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org START=50 BIN=peerguardnf CFG_F=/etc/PG.conf OPTIONS="-c $CFG_F -d" start() { $BIN $OPTIONS }