Daemon-Control icon indicating copy to clipboard operation
Daemon-Control copied to clipboard

Print 'Started' before launching program when running in foreground

Open legart opened this issue 11 years ago • 0 comments

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.

legart avatar Feb 18 '15 11:02 legart