13 lines
313 B
INI
13 lines
313 B
INI
[daemon]
|
|
API_TOKEN = apitoken
|
|
|
|
services = dnsmasq
|
|
|
|
# opcjonalnie: globalny timeout (sekundy)
|
|
reload_timeout = 5
|
|
|
|
# jeżeli nie podasz command, kod spróbuje kolejno: systemctl/service/rc-service, pkill, kill -HUP z pidfile, pgrep
|
|
pid_file = /run/dnsmasq/dnsmasq.pid
|
|
|
|
[service:dnsmasq]
|
|
command = pkill -HUP dnsmasq |