knot: update plist to log stderr
Closes #9958. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
db725c0061
commit
b2c604363c
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
class Knot < Formula
|
class Knot < Formula
|
||||||
desc "High-performance authoritative-only DNS server"
|
desc "High-performance authoritative-only DNS server"
|
||||||
homepage "https://www.knot-dns.cz/"
|
homepage "https://www.knot-dns.cz/"
|
||||||
|
revision 1
|
||||||
|
|
||||||
stable do
|
stable do
|
||||||
url "https://secure.nic.cz/files/knot-dns/knot-2.4.1.tar.xz"
|
url "https://secure.nic.cz/files/knot-dns/knot-2.4.1.tar.xz"
|
||||||
|
@ -116,8 +117,12 @@ class Knot < Formula
|
||||||
<string>-c</string>
|
<string>-c</string>
|
||||||
<string>#{etc}/knot.conf</string>
|
<string>#{etc}/knot.conf</string>
|
||||||
</array>
|
</array>
|
||||||
<key>ServiceIPC</key>
|
<key>StandardInPath</key>
|
||||||
<false/>
|
<string>/dev/null</string>
|
||||||
|
<key>StandardOutPath</key>
|
||||||
|
<string>/dev/null</string>
|
||||||
|
<key>StandardErrorPath</key>
|
||||||
|
<string>#{var}/log/knot.log</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
EOS
|
EOS
|
||||||
|
|
Loading…
Reference in a new issue