diff --git a/dnsmasq.changes b/dnsmasq.changes index 958a496..786ccb7 100644 --- a/dnsmasq.changes +++ b/dnsmasq.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 9 09:30:07 UTC 2014 - seife+obs@b1-systems.com + +- fix logging, PrivateDevices=yes kills it (bnc#902511, bnc#904537) + ------------------------------------------------------------------- Tue Aug 26 14:05:14 CEST 2014 - dsterba@suse.cz diff --git a/dnsmasq.service b/dnsmasq.service index 94ecc40..db089b5 100644 --- a/dnsmasq.service +++ b/dnsmasq.service @@ -8,7 +8,9 @@ BusName=uk.org.thekelleys.dnsmasq ExecStartPre=/usr/sbin/dnsmasq --test ExecStart=/usr/sbin/dnsmasq --log-async --enable-dbus --keep-in-foreground ExecReload=/bin/kill -HUP $MAINPID -PrivateDevices=yes +#### kills logging, so not enabled +# PrivateDevices=yes +#### [Install] WantedBy=multi-user.target