dnsmasq/dnsmasq.service
Petr Menšík d7ba69deba Report various failures during startup (#1774028)
Report failed start when port is bound already by different service or
configuration is wrong.
2021-03-31 10:09:05 +02:00

12 lines
203 B
Desktop File

[Unit]
Description=DNS caching server.
After=network.target
[Service]
ExecStart=/usr/sbin/dnsmasq --pid-file=/run/dnsmasq.pid
Type=forking
PIDFile=/run/dnsmasq.pid
[Install]
WantedBy=multi-user.target