packages/net/peerguardian/files/peerguardian.init
2007-09-29 18:37:34 +00:00

13 lines
155 B
Bash
Executable File

#!/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
}