commit: 7a60e9d8922c3da7242815c1478e62940d834e4b Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Mar 24 17:17:24 2020 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Mar 24 17:18:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a60e9d8
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 <bkohler <AT> gentoo.org> mail-mta/sendmail/files/sendmail.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-mta/sendmail/files/sendmail.service b/mail-mta/sendmail/files/sendmail.service index 1aeb769ecec..2d268fa1f87 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
