projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3ef689
)
mail-mta/sendmail: fix path in systemd unit
author
Ben Kohler
<bkohler@gentoo.org>
Tue, 24 Mar 2020 17:17:24 +0000
(12:17 -0500)
committer
Ben Kohler
<bkohler@gentoo.org>
Tue, 24 Mar 2020 17:18:07 +0000
(12:18 -0500)
Closes: https://bugs.gentoo.org/692600
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
mail-mta/sendmail/files/sendmail.service
patch
|
blob
|
history
diff --git
a/mail-mta/sendmail/files/sendmail.service
b/mail-mta/sendmail/files/sendmail.service
index 1aeb769ececcff7482d7d5d932d267aa56b8cd98..2d268fa1f8706de7fd894cac0cd93f4ce3fb4ee4 100644
(file)
--- 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