File dnsmasq.service of Package dnsmasq.23729
[Unit] Description=DNS caching server. After=network.target [Service] Type=dbus 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 #### kills logging, so not enabled # This is really a bug in systemd < 214 # See bnc#902511, bnc#904537 # PrivateDevices=yes #### [Install] WantedBy=multi-user.target