Created attachment 261087 [details] patch for act_runner.in If the server is not available when act_runner starts, act_runner terminates. In my case, I have a jail with www/forgejo and act_runner. When jail starts, forgejo takes about 5 seconds to initialize a web server that act_runner could connect to, and during that time, act_runner terminates. I used the patch in the attachment to put daemon(8) in supervisor mode, and that fixed my problem. Notes: 1. This is a breaking change - previously set act_runner_flags specified in rc.conf are applied to daemon(8), not act_runner. To pass parameters to act_runner, act_runner_args is used. 2. The system must be updated due to FreeBSD-EN-25:06.daemon