On Fri, 1 Jul 2016 17:36:35 -0400
David A. De Graaf wrote:

> With BOTH fixes, httpd now starts correctly.

I have so many network things fail to start correctly
that I just started putting stuff like this in rc.local:

/bin/bash -c 'sleep 5 ; systemctl restart ypbind' > /dev/null 2>&1 < /dev/null &
/bin/bash -c 'sleep 15 ; systemctl restart ntpd' > /dev/null 2>&1 < /dev/null &
...

simpler than fixing things "right", and works fine so far :-).
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
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

Reply via email to