Files
dkimpy-milter-smtputf8/system/dkimpy-milter.openrc.in
T
2019-04-26 17:19:37 -04:00

16 lines
360 B
Plaintext

#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CONFFILE="@SYSCONFDIR@/${RC_SVCNAME}.conf"
required_files="${CONFFILE}"
command="@SBINDIR@/dkimpy-milter"
pidfile="@RUNSTATEDIR@/${RC_SVCNAME}.pid"
command_args="-P ${pidfile} ${CONFFILE}"
depend() {
use dns logger net
before mta
}