Files
hosts_daemon/config.example.ini
Mateusz Gruszczyński 04d5a514b4 fixy
2025-09-05 09:48:41 +02:00

14 lines
411 B
INI

[daemon]
API_TOKEN = apitoken
backup_path = /backup
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
[service:dnsmasq]
# jeśli systemctl nie działa:
# command = rc-service dnsmasq reload
# lub:
# command = pkill -HUP dnsmasq
pid_file = /run/dnsmasq/dnsmasq.pid