Am 16.09.2012 14:01, schrieb Pierre Schmitz:
Am 16.09.2012 11:17, schrieb Thomas Bächler:
Am 16.09.2012 10:40, schrieb Pierre Schmitz:
Am 12.09.2012 09:10, schrieb Gerardo Exequiel Pozzi:
dhcpcd@eth0.service ntpd.service || true' \
This is not going to work. You only enable dhcp on eth0 here. It should be enabled on all devices. You cannot know if there is an eth0 device or if it is the one connected to the lan. We just need to implement this: https://bugs.archlinux.org/task/31543
The service proposed there uses dhcpcd -w, which is a bad idea for us.
Why? Don't we get a login when the network target is not reached?
No idea. Certain services might be ordered After=network.target and stall booting. This whole "network.target" thing is complete voodoo anyway. It is stupid to assume that you will always know whether a network connection is established. No daemon should rely on that.