dnsmasq/dnsmasq.service
Marcus Meissner c8bad6f701 Accepting request 227618 from home:elvigia:branches:network
- dnsmasq.service: Set PrivateDevices=yes so we run in a 
  separate namespace with the bare minimum device nodes isolated
  from the host.

OBS-URL: https://build.opensuse.org/request/show/227618
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=56
2014-03-27 13:05:09 +00:00

15 lines
320 B
Desktop File

[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
PrivateDevices=yes
[Install]
WantedBy=multi-user.target