Ian Chapman writes:
Hi,Dhcpd on my server has suddenly started taking to start before the IP address (statically assigned) has been configured on the network interface and consequently bombs out. The systemd service for dhcpd hasAfter=network.target should this be network-online.target?
Won't make a difference. Welcome to the systemd fan club. Install the following file as /etc/systemd/system/wait-for-network.service [Unit] Description=Wait for network ports to be initialized Before=network.target network-online.target After=network.service Wants=network.target [Service] Type=oneshot ExecStart=/usr/bin/true [Install] WantedBy=multi-user.target
Attachment:
pgpD1uthdBIuX.pgp
Description: PGP signature
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org