Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restart dnsmasq failed on LEDE 17.01.4 due to the pid file name changes. #30

Open
shawnchain opened this issue Jan 17, 2018 · 0 comments

Comments

@shawnchain
Copy link

local dnsmasq_pid=`cat /var/run/dnsmasq.pid 2>/dev/null || cat /var/run/dnsmasq/dnsmasq.pid 2>/dev/null`

changed to:
local dnsmasq_pid=`cat /var/run/dnsmasq.pid 2>/dev/null || cat /var/run/dnsmasq/dnsmasq.pid 2>/dev/null || pidof dnsmasq`

@shawnchain shawnchain changed the title restart dnsmasq failed on LEDE 17.01.4 due to the pid name changes. restart dnsmasq failed on LEDE 17.01.4 due to the pid file name changes. Jan 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant