On Wed, Jul 18, 2018 at 12:31 AM Jake <jake(a)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.