peerguardian: update to 2.2.2
[packages.git] / net / peerguardian / files / peerguardian.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=50
4
5 CONTROL_MAIN="/usr/lib/pgl/pglcmd.main"
6 BIN=pgctl
7
8 start() {
9         $BIN $1
10 }
11