Daemon-Control
Daemon-Control copied to clipboard
Print 'Started' before launching program when running in foreground
We use Daemon::Control to launch hypnotoad (Mojolicious), but run with fork => 0 as hypnotoad does the forking.
The 'Started' print statement in do_start() is never reached when not forking - so the init script does not give any response.