summaryrefslogtreecommitdiff
blob: 496fea757208ee3df09bf4398659d79a23feacd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

command="/usr/sbin/postfwd3"
command_args="--nodaemon --file ${POSTFWD_CONFIG} --interface=${POSTFWD_LISTEN} \
	--port=${POSTFWD_PORT} ${POSTFWD_OPTS}"
command_background=true
command_user="${POSTFWD_USER}:${POSTFWD_GROUP}"
pidfile="/run/${RC_SVCNAME}.pid"
required_files="${POSTFWD_CONFIG}"