I am trying to get this to work but am having problems with daemon::control (I think).
When I execute /usr/local/bin/starman --workers 3 /home/starman/Almslete-App/bin/app.psgi from the command line it works and dancer app is dancing. But with:
in my starman.pl app the service starts but I get the follwing errors in /tmp/starman.err and dancer is not dancing at http://myip:5000
Can't exec "/usr/loca/bin/starman": No such file or directory at /usr/local/share/perl/5.20.2/Daemon/Control.pm line 348. Failed to exec /usr/loca/bin/starman --workers 3 /home/starman/Almlete-App/bin/ap\ p.pgsi: No such file or directory at /usr/local/share/perl/5.20.2/Daemon/Control.pm line 348.