packages/net/peerguardian/files/peerguardian.init

12 lines
141 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=50
CONTROL_MAIN="/usr/lib/pgl/pglcmd.main"
BIN=pgctl
start() {
$BIN $1
}