public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mail-mta/sendmail/files/
@ 2020-03-24 17:18 Ben Kohler
  0 siblings, 0 replies; only message in thread
From: Ben Kohler @ 2020-03-24 17:18 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-24 17:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-24 17:18 [gentoo-commits] repo/gentoo:master commit in: mail-mta/sendmail/files/ Ben Kohler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox