[sudo-discuss] dhcpd is flapping on space.local

Yardena Cohen yardenack at gmail.com
Wed Jul 18 01:14:55 PDT 2018


On Wed, Jul 18, 2018 at 12:31 AM Jake <jake at spaz.org> wrote:
> how do i disable
> /etc/init/isc-dhcp-server.conf
>
> is it systemd or what?  how do you know if a system is systemd or not?

$ which systemd
$ grep version= /etc/os-release
VERSION="14.04.5 LTS, Trusty Tahr"
$ sudo update-rc.d -f isc-dhcp-server remove
 Removing any system startup links for /etc/init.d/isc-dhcp-server ...

It's already disabled. I suggest a reboot.



More information about the sudo-discuss mailing list