You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
329 B
16 lines
329 B
4 months ago
|
[Unit]
|
||
|
Description=DNS caching server.
|
||
|
Before=nss-lookup.target
|
||
|
Wants=nss-lookup.target
|
||
|
After=network.target
|
||
|
; Use bind-dynamic or uncomment following to listen on non-local IP address
|
||
|
;After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/dnsmasq
|
||
|
Type=forking
|
||
|
PIDFile=/run/dnsmasq.pid
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|