aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postfwd/postfwd2.initd
blob: 4206c8c01a5b7e1dda35360a1fa86b5c83b5807e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/sbin/openrc-run

command="/usr/sbin/postfwd2"
pidfile="/run/postfwd2.pid"
command_args="--file ${POSTFWD2_CONFIG}
--interface=${POSTFWD2_LISTEN}
--port=${POSTFWD2_PORT}
--user=${POSTFWD2_USER}
--group=${POSTFWD2_GROUP}
--pidfile ${pidfile}
${POSTFWD2_OPTS}
"
command_args_background="--daemon"

depend() {
	need net
}