Hi there. 

I have an app that is failing with the following message:

couldn't exec /home/user/www/user/myscript.sh: ENOEXEC

when I run it by hand it works perfectly. that script has exec permissions also

the config is the following:

[program:myapp]
command=/home/user/www/user/myscript.sh
directory=/home/user/www/user/
stdout_logfile=/var/log/myscript.log
stderr_logfile=/var/log/myscrpt.log
autostart=true
autorestart=true
startsecs=10
stopwaitsecs=600
user=user


Is there any way to have a detailed info on what's the execution output or what 
is going on?

Thanks.

Eka 


-- 
Esteban Feldman
Chant Hare Krishna and be Happy

_______________________________________________
Supervisor-users mailing list
[email protected]
https://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to