I have a SysV init script on Fedora 18. Fedora 18 uses systemd (and apparently, there is no way to switch back to SysV).
My script requires the network to be ready.
<edit> That is, I must be able to reach another host on the network via ping by the time this script is run. </edit>
Currently, at the time the script runs, the network is not ready. How can I make sure that my SysV init script runs after the network is up?
The beginning of my script looks like this:
#!/bin/bash
#
# chkconfig: 345 99 01
# description: starts the xyz boot service