OSDN Git Service

unbound: use -dd instead of -d in order to
authormobinmob <mobinmob@disroot.org>
Tue, 15 Dec 2020 21:08:19 +0000 (23:08 +0200)
committermobinmob <mobinmob@disroot.org>
Tue, 15 Dec 2020 21:08:19 +0000 (23:08 +0200)
always log on stderr and prevent boot problems.

usr/share/66/service/unbound

index a27cf69..de137c4 100644 (file)
@@ -6,4 +6,4 @@
 @options = ( log )
 
 [start]
-@execute = ( unbound -dp )
+@execute = ( unbound -ddp )