let sysvinit init script depend on networking
At least when used with systemd, just requiring $remote_fs
seems to be not
enough to have systemd make it depend on network-online.target
. It may thus
happen, that the virtual zookeeper.service
is started befor it can bind to the
configured address, which causes the daemon to fail (which systemd will not even
notice).
(Closes: #1025042)
Signed-off-by: Christoph Anton Mitterer mail@christoph.anton.mitterer.name