diff options
author | Konstantin Podshumok <kpp.live+signed@gmail.com> | 2019-07-22 23:59:58 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-11-27 07:46:04 +0200 |
commit | ecd9b543b5ef2db3b3ff7da63c57796eb0807a0b (patch) | |
tree | 1652c75d4456c187b20c020d8a6db5f8cd6e901f /net-dns/coredns/files | |
parent | dev-python/pycryptodome-3.9.4: Bump, add py38, fix tests (diff) | |
download | gentoo-ecd9b543b5ef2db3b3ff7da63c57796eb0807a0b.tar.gz gentoo-ecd9b543b5ef2db3b3ff7da63c57796eb0807a0b.tar.bz2 gentoo-ecd9b543b5ef2db3b3ff7da63c57796eb0807a0b.zip |
net-dns/coredns: new proxy maintainer, add description, bump v1.6.5
Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12517
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-dns/coredns/files')
-rw-r--r-- | net-dns/coredns/files/coredns.initd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-dns/coredns/files/coredns.initd b/net-dns/coredns/files/coredns.initd index bea612d7d5e0..1a14214a541d 100644 --- a/net-dns/coredns/files/coredns.initd +++ b/net-dns/coredns/files/coredns.initd @@ -7,9 +7,10 @@ pidfile=${pidfile:-"/run/${SVCNAME}.pid"} user=${user:-root} group=${group:-root} +supervisor="supervise-daemon" command="/usr/bin/coredns" command_args="${command_args}" -command_background="true" + start_stop_daemon_args="--user ${user} --group ${group} \ --stdout /var/log/${SVCNAME}/${SVCNAME}.log \ --stderr /var/log/${SVCNAME}/${SVCNAME}.log" |