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-mta/msmtp/files/msmtpd.init

11 lines
347 B

#!/sbin/openrc-run
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
description="Local mta daemon that pipes mails (by default) to msmtp"
pidfile="/var/run/msmtpd.pid"
command="/usr/bin/msmtpd"
command_user="${MSMTPD_USER:-msmtpd}"
command_args="${MSMTPD_ARGS}"
command_background="true"