From: Ben Kohler Date: Tue, 24 Mar 2020 17:17:24 +0000 (-0500) Subject: mail-mta/sendmail: fix path in systemd unit X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7a60e9d8922c3da7242815c1478e62940d834e4b;p=gentoo.git mail-mta/sendmail: fix path in systemd unit Closes: https://bugs.gentoo.org/692600 Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Ben Kohler --- diff --git a/mail-mta/sendmail/files/sendmail.service b/mail-mta/sendmail/files/sendmail.service index 1aeb769ececc..2d268fa1f870 100644 --- a/mail-mta/sendmail/files/sendmail.service +++ b/mail-mta/sendmail/files/sendmail.service @@ -5,7 +5,7 @@ Wants=sm-client.service [Service] Type=forking -PIDFile=/var/run/sendmail.pid +PIDFile=/run/sendmail.pid ExecStartPre=-/usr/bin/newaliases ExecStartPre=-/bin/rm -f /var/spool/mqueue/xf* ExecStart=/usr/sbin/sendmail -bd -q30m -L sm-mta