Hi my environment variables are :

GOPATH="/root/work"


GOROOT="/usr/local/go" 

and my supervisor of my app are : 

[program:appname]

command=/work/bin/appname

autostart=true

autorestart=true

startretries=10

user=appname

directory=/src/appname

redirect_stderr=true

stdout_logfile=/var/log/supervisor/appname.log

stdout_logfile_maxbytes=50MB

stdout_logfile_backups=10


                                                                            
                                                          IN LOG FILE :INFO 
spawnerr: can't find command '/work/bin/appname'

 What i am doing wrong ?                                                   
                             



                                                                           
                                       

                                                                           
                        


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to