Dnsmasq runs at boot although it's disabled

I have a router that I use currently only as a managed switch and I disabled dnsmasq, odhcpd and firewall services.

With current main branch after the device boot dnsmasq service runs although it shouldn't.

post the content of /etc/rc.d.

it's a folder bruh, you need to list the files inside ...

1 Like
root@RB5009:~# ls /etc/rc.d
K05ksmbd            K89log              S00sysfixtime       S11sysctl           S20network          S60dbus             S80ucitrack         S96led              S99wsdd2
K10collectd         K90boot             S00urngd            S12log              S25packet_steering  S60etherwake        S90zerotier         S98ksmbd
K10gpio_switch      K90network          S10boot             S12rpcd             S30adblock          S61avahi-daemon     S94gpio_switch      S98sysntpd
K11luci_statistics  K90sysfixtime       S10system           S13openssl          S50cron             S79luci_statistics  S95banip            S99ubihealthd
K50dropbear         K90umount           S11fstab            S19dropbear         S50uhttpd           S80collectd         S95done             S99urandom_seed
root@RB5009:~#

there's no S??dnsmasq, are you sure you're not starting it elsewhere, like /etc/rc.local ?


But let me check if it's not started by adblock.

Update - Yep, I've disabled adblock and dnsmasq no longer runs after reboot.
I'm not sure this should be so.
@dibdot Any thoughts?

adblock is kind of pointless if you don't run it coupled with a DNS server, don't need dibdot to point it out to you.

1 Like

Yea, agree but I had it in my build and adblock service was disabled and I didn't expect that it would run dnsmasq.


But now I disabled adblock from System -> Startup too.
Thanks for the help.

1 Like