- Do not order after syslog.target which it is neither required not recommended and currently no longer even exists. OBS-URL: https://build.opensuse.org/request/show/172606 OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=53
14 lines
301 B
Desktop File
14 lines
301 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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|