Accepting request 260440 from home:seife:branches:network

fix logging, PrivateDevices=yes kills it (bnc#902511, bnc#904537)

OBS-URL: https://build.opensuse.org/request/show/260440
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=65
This commit is contained in:
Marcus Meissner 2014-11-10 16:14:27 +00:00 committed by Git OBS Bridge
parent 746d5ca9b6
commit 80c82d8487
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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