9 Apr
2013
9 Apr
'13
5:47 p.m.
On Tue, Apr 9, 2013 at 2:01 PM, Rodrigo Rivas <rodrigorivascosta@gmail.com> wrote:
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
That is an instruction for during Arch Linux installation, so just stopping the service is enough here :) -- Siddhartha Sahu