Add post-expand output files using default values to install works if expand is not run.

This commit is contained in:
Scott Kitterman
2019-04-26 19:51:50 -04:00
parent 69721af3f8
commit ec32109a52
7 changed files with 734 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CONFFILE="/usr/local/etc/dkimpy-milter/${RC_SVCNAME}.conf"
required_files="${CONFFILE}"
command="/usr/local/bin/dkimpy-milter"
pidfile="/run/dkimpy-milter/${RC_SVCNAME}.pid"
command_args="-P ${pidfile} ${CONFFILE}"
depend() {
use dns logger net
before mta
}