diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-01-26 22:01:24 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-01-26 22:01:24 +0100 |
commit | 024915bef5ba45d1a93c3c2154c2220fb167f990 (patch) | |
tree | d8c79f1dfbbd61cbfc14b7c4a60de79f267e9ced /mail-filter | |
parent | package.mask: include refs to more bugs for libsrs_alt mask (diff) | |
download | gentoo-024915bef5ba45d1a93c3c2154c2220fb167f990.tar.gz gentoo-024915bef5ba45d1a93c3c2154c2220fb167f990.tar.bz2 gentoo-024915bef5ba45d1a93c3c2154c2220fb167f990.zip |
mail-filter/opendmarc: use correct user/group in systemd service
We use acct-user/opendmarc so don't use milter account in the service.
Thanks dennis at haxwell dot de for pointing this out.
Closes: https://bugs.gentoo.org/841668
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/opendmarc/files/opendmarc.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/opendmarc/files/opendmarc.service b/mail-filter/opendmarc/files/opendmarc.service index 90ee5ccb4341..b29aa1afafdc 100644 --- a/mail-filter/opendmarc/files/opendmarc.service +++ b/mail-filter/opendmarc/files/opendmarc.service @@ -4,8 +4,8 @@ Documentation=man:opendmarc(8) man:opendmarc.conf(5) man:opendmarc-expire(8) man After=network.target nss-lookup.target syslog.target [Service] -User=milter -Group=milter +User=opendmarc +Group=opendmarc PIDFile=/var/run/opendmarc/opendmarc.pid ExecStartPre=/usr/sbin/opendmarc -c /etc/opendmarc/opendmarc.conf -n ExecStart=/usr/sbin/opendmarc -c /etc/opendmarc/opendmarc.conf -f -P /var/run/opendmarc/opendmarc.pid |