summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-08 15:14:50 +0000
committerJustin Lecher <jlec@gentoo.org>2014-01-08 15:14:50 +0000
commitc2ab32ddbd41ca1a5c00ee4a4ed441c83c96710a (patch)
tree7ab74104bbabafdf4cbbaf8bcc3e3758f7d8163a /mail-mta
parentVersion bump, remove older (diff)
downloadgentoo-2-c2ab32ddbd41ca1a5c00ee4a4ed441c83c96710a.tar.gz
gentoo-2-c2ab32ddbd41ca1a5c00ee4a4ed441c83c96710a.tar.bz2
gentoo-2-c2ab32ddbd41ca1a5c00ee4a4ed441c83c96710a.zip
mail-mta/nullmailer: Also enable logging for systemd systems
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/nullmailer/ChangeLog5
-rw-r--r--mail-mta/nullmailer/files/nullmailer.service2
2 files changed, 5 insertions, 2 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog
index ce5acd091fa4..896bb5e0dccd 100644
--- a/mail-mta/nullmailer/ChangeLog
+++ b/mail-mta/nullmailer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-mta/nullmailer
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.81 2014/01/08 15:08:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.82 2014/01/08 15:14:50 jlec Exp $
+
+ 08 Jan 2014; Justin Lecher <jlec@gentoo.org> files/nullmailer.service:
+ Also enable logging for systemd systems
*nullmailer-1.13-r4 (08 Jan 2014)
diff --git a/mail-mta/nullmailer/files/nullmailer.service b/mail-mta/nullmailer/files/nullmailer.service
index a141cd060a4f..8aae6c996d13 100644
--- a/mail-mta/nullmailer/files/nullmailer.service
+++ b/mail-mta/nullmailer/files/nullmailer.service
@@ -8,7 +8,7 @@ ConditionPathExists=/etc/nullmailer/me
[Service]
WorkingDirectory=/var/nullmailer
-ExecStart=/usr/sbin/nullmailer-send
+ExecStart=/usr/sbin/nullmailer-send -s
User=nullmail
Group=nullmail
Restart=always