mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
10 lines
173 B
Text
10 lines
173 B
Text
[Unit]
|
|
Description=DNS caching server.
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/dnsmasq -k
|
|
ExecStop=/bin/killall -9 dnsmasq
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|