On Mon, Aug 20, 2012 at 9:54 PM, Simon Perry <arch@xxxxxxxxxxx> wrote: > I'm using netcfg@eth0.service to configure a static IP, however it seems > that systemd insists on starting dhcpcd, and this screws up my > resolv.conf. You're probably still using initscripts compatibility, so systemd is loading the items (like network) from your DAEMONS array in rc.conf. Empty DAEMONS so that systemd doesn't start anything from there. Or better yet, install systemd-sysvcompat and say goodbye to sysvinit completely.