This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/dnsmasq/fs/etc/rc.d/dnsmasq
2015-11-16 11:42:08 +00:00

11 lines
83 B
Plaintext

start()
{
mkdir -p /var/lib/misc
dnsmasq
}
stop()
{
killall dnsmasq
}