public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/, net-dns/dnscrypt-proxy/files/
Date: Sun, 25 Jun 2017 06:50:41 +0000 (UTC)	[thread overview]
Message-ID: <1498373433.9d31e149a7aaeab625fd9523b0a3d963278ae9a6.kensington@gentoo> (raw)

commit:     9d31e149a7aaeab625fd9523b0a3d963278ae9a6
Author:     Samantha McVey <samantham <AT> posteo <DOT> net>
AuthorDate: Sun Jun 25 06:46:03 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 06:50:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d31e149

net-dns/dnscrypt-proxy: don't daemonize dnscrypt-proxy on systemd

If dnscrypt-proxy is daemonized, journald cannot
log any errors that occur. All systemd service files
should *not* be daemonized.

Gentoo-bug: 618784

 .../{dnscrypt-proxy-1.9.4.ebuild => dnscrypt-proxy-1.9.4-r1.ebuild}     | 0
 net-dns/dnscrypt-proxy/files/dnscrypt-proxy.service                     | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.9.4.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.9.4-r1.ebuild
similarity index 100%
rename from net-dns/dnscrypt-proxy/dnscrypt-proxy-1.9.4.ebuild
rename to net-dns/dnscrypt-proxy/dnscrypt-proxy-1.9.4-r1.ebuild

diff --git a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.service b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.service
index 1363ac8f8fc..4403254280a 100644
--- a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.service
+++ b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.service
@@ -6,7 +6,7 @@ Type=simple
 PIDFile=/var/run/dnscrypt-proxy.pid
 EnvironmentFile=/etc/conf.d/dnscrypt-proxy
 ExecStartPre=/bin/rm -f /var/run/dnscrypt-proxy.pid
-ExecStart=/usr/sbin/dnscrypt-proxy --daemonize \
+ExecStart=/usr/sbin/dnscrypt-proxy \
 	--pidfile=/var/run/dnscrypt-proxy.pid \
 	--logfile=/var/log/dnscrypt-proxy.log \
 	--local-address=${DNSCRYPT_LOCALIP}:${DNSCRYPT_LOCALPORT} \


             reply	other threads:[~2017-06-25  6:50 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-25  6:50 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-01  9:38 [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/, net-dns/dnscrypt-proxy/files/ Sam James
2021-01-03 23:10 Sam James
2020-04-29 10:16 Joonas Niilola
2020-03-25 20:50 Georgy Yakovlev
2019-11-04 21:32 Georgy Yakovlev
2019-07-30  1:23 Georgy Yakovlev
2019-06-20  9:02 Georgy Yakovlev
2018-06-07 18:05 Michał Górny
2018-06-07 11:12 Michał Górny
2018-06-07 11:12 Michał Górny
2018-05-11  9:36 Michał Górny
2018-04-20  7:32 Michał Górny
2018-03-04  8:06 Michał Górny
2017-11-07  8:48 Lars Wendler
2017-04-08 21:24 Patrice Clement
2017-04-08 21:24 Patrice Clement
2016-02-20  0:19 Robin H. Johnson
2015-12-27  0:05 Robin H. Johnson

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=1498373433.9d31e149a7aaeab625fd9523b0a3d963278ae9a6.kensington@gentoo \
    --to=kensington@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