diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-03-24 12:17:24 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-03-24 12:18:07 -0500 |
commit | 7a60e9d8922c3da7242815c1478e62940d834e4b (patch) | |
tree | 0a4a2a5cdbb2546774e0f2c0e0077f2424ee71a8 /mail-mta/sendmail | |
parent | www-apps/novnc: fix install and create /usr/bin symlink (diff) | |
download | gentoo-7a60e9d8922c3da7242815c1478e62940d834e4b.tar.gz gentoo-7a60e9d8922c3da7242815c1478e62940d834e4b.tar.bz2 gentoo-7a60e9d8922c3da7242815c1478e62940d834e4b.zip |
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@gentoo.org>
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r-- | mail-mta/sendmail/files/sendmail.service | 2 |
1 files changed, 1 insertions, 1 deletions
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 |