Re: [arch-general] systemd: Disable dhcpcd

2012-08-21 Thread Simon Perry
On 20/08/12, David Hunter wrote: | Or better yet, install systemd-sysvcompat and say goodbye to sysvinit | completely. Ah, very good - that worked a treat (nice to have a reboot command again too). Cheers. -- Simon Perry (aka Pezz) pgpgFn3qAgjnO.pgp Description: PGP signature

Re: [arch-general] systemd: Disable dhcpcd

2012-08-21 Thread Axilleas Pi
On 08/21/2012 07:54 AM, Simon Perry wrote: > Hi all, > > Today I've set up one of my VPS boxes with systemd after using it for a > while on various laptops. > > 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

Re: [arch-general] systemd: Disable dhcpcd

2012-08-20 Thread David Hunter
On Mon, Aug 20, 2012 at 9:54 PM, Simon Perry 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 (li

Re: [arch-general] systemd: Disable dhcpcd

2012-08-20 Thread Zeke Sulastin
> I'm using netcfg@eth0.service to configure a static IP, however it seems > that systemd insists on starting dhcpcd, ... > ... can anyone enlighten me on how to stop dhcpcd from being started as it's > not needed? I simply can't find any unit in /etc/systemd that would be > doing it. In your act

[arch-general] systemd: Disable dhcpcd

2012-08-20 Thread Simon Perry
Hi all, Today I've set up one of my VPS boxes with systemd after using it for a while on various laptops. 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. After a fair bit of looking around, I hav