On Sat, 8 Apr 2023 at 10:00, Michael <[email protected]> wrote: > It was probably the addition of IPv6 - as a workaround I added 'sleep 5s' > before the gatling init.d exec command and it now starts normally.
If it was indeed the network that was missing, you could try changing the service from "need" to "after" starting the net service. Add to /etc/rc.conf: rc_gatling_after="net" Regards, Arve

