DesktopECHO / Pi-Hole-for-WSL1

Ad-blocking DNS server for Windows • Unbound pre-configured • Deployment ready in minutes • Does not require hypervisor/docker
359 stars 54 forks source link

How to stop pihole service? #116

Closed pgalinanes closed 7 months ago

pgalinanes commented 7 months ago

Is there a way to just stop pihole without killing wsl process?

DesktopECHO commented 7 months ago

"C:\Program Files\Pi-hole\LxRunOffline.exe" r -n Pi-hole -c "service pihole-FTL stop"

Valid options: stop / start / restart / status

pgalinanes commented 7 months ago

Thank you!