On Tue, Apr 9, 2013 at 2:01 PM, Rodrigo Rivas <rodrigorivascosta@xxxxxxxxx> 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