On Thu, 1 Feb 2018 11:32:44 +0000 Terry Barnaby wrote: > Does the system " target Network is Online" get reached after DHCP > configuration ? Probably doesn't matter because systemd has no idea what "up" means when it comes to networks :-(. ypbind is one of the services I always just start in rc.local with a delay: /bin/bash -c 'sleep 5 ; systemctl restart ypbind' > /dev/null 2>&1 < /dev/null & The only way I could get it to reliably start on every boot. Of course, you can't just put that in rc.local any longer because something changed recently that makes systemd go funny in the head with stuff started in rc.local, so this is really in the-real-rc.local and rc.local looks like: /usr/bin/at -M now <<'HERE' > /dev/null 2>&1 /etc/rc.d/the-real-rc.local HERE If systemd gets much more helpful, no one will ever be able to use a computer again (which would at least make the security geeks happy). _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx