On Tue, Apr 9, 2013 at 3:01 AM, Siddhartha Sahu <sh.siddhar...@gmail.com>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

Reply via email to