You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-filter/amavisd-milter/files/amavisd-milter.initd-r2

20 lines
402 B

#!/sbin/openrc-run
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
name="amavisd-milter"
command="/usr/sbin/${name}"
command_args="${DOPTIONS}"
command_user="amavis"
pidfile="${PIDFILE}"
depend() {
use logger dns amavisd sendmail
}
start_pre() {
# needed to avoid potential mi_stop errors
[ "${RC_CMD}" = "restart" ] && sleep 4
:
}