public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/files/
Date: Sun, 20 Aug 2017 14:50:19 +0000 (UTC)	[thread overview]
Message-ID: <1503240597.db54891dc68ce65539310fefa703f82d5ce0bb2e.mjo@gentoo> (raw)

commit:     db54891dc68ce65539310fefa703f82d5ce0bb2e
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 14:49:57 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 14:49:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db54891d

mail-filter/spamassassin: remove redundant systemd service file lines.

This commit drops the StandardOutput=syslog and StandardError=syslog
lines from the new systemd service file. The defaults for those two
options are now "journal" which will eventually hit syslog anyway if
the user so desires. Consequently, we drop After=syslog.target too.

Thanks to grawity on Freenode for the tip.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 mail-filter/spamassassin/files/spamassassin.service-r2 | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/mail-filter/spamassassin/files/spamassassin.service-r2 b/mail-filter/spamassassin/files/spamassassin.service-r2
index ecb9ba39216..80320571784 100644
--- a/mail-filter/spamassassin/files/spamassassin.service-r2
+++ b/mail-filter/spamassassin/files/spamassassin.service-r2
@@ -1,14 +1,12 @@
 [Unit]
 Description=Spamassassin daemon
-After=syslog.target network.target
+After=network.target
 
 [Service]
 ExecStart=/usr/sbin/spamd $SPAMD_OPTS
 ExecReload=/bin/kill -HUP $MAINPID
 User=spamd
 Group=spamd
-StandardOutput=syslog
-StandardError=syslog
 
 [Install]
 WantedBy=multi-user.target


             reply	other threads:[~2017-08-20 14:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-20 14:50 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-27  8:50 [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/files/ Joonas Niilola
2021-06-29  4:40 Sam James
2020-03-16 11:48 Joonas Niilola
2019-01-21 22:51 Patrice Clement
2018-09-04 22:32 Patrice Clement
2017-11-28 20:01 Michael Orlitzky
2017-09-06 17:27 Michael Orlitzky
2016-06-07  0:44 Michael Orlitzky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1503240597.db54891dc68ce65539310fefa703f82d5ce0bb2e.mjo@gentoo \
    --to=mjo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox