summaryrefslogtreecommitdiffstats
path: root/net/peerguardian/files/peerguardian.init
blob: a17e1e95f803e60b7f79920c17b9c45ddcd4113e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=50

CONTROL_MAIN="/usr/lib/pgl/pglcmd.main"
BIN=pgctl

start() {
	$BIN $1
}