c925f9e48a
- drop forking Type and PIDfile and rather start dnsmasq with "-k" option - drop After syslog.target as this is by default Signed-off-by: Tomas Hozza <thozza@redhat.com>
10 lines
140 B
Desktop File
10 lines
140 B
Desktop File
[Unit]
|
|
Description=DNS caching server.
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/dnsmasq -k
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|