Re: Beginner's Guide: Disable dhcpd service before setting static ip

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Tue, Apr 9, 2013 at 3:01 AM, Siddhartha Sahu <sh.siddhartha@xxxxxxxxx>wrote:

> yes it should be `systemctl stop dhcpcd.service`. I had typed the earlier
> one from memory.
>

That stops the service all right, but it doesn't disable it. On next boot
it will be started again.
What you probably want is to stop *and* disable:

# systemctl stop dhcpcd.service
# systemctl disable dhcpcd.service

--
Rodrigo


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux