I\'m trying to start a service with supervisor, but I get an error saying
INFO spawnerr: unknown error making dispatchers for \'app_name\': EACCES >
INFO spawnerr: unknown error making dispatchers for \'app_name\': EACCES
The problem is the permission for the log file With the user running supervisor you can create a "logs" folder in the same path of the supervisord.conf file and change:
logfile=/tmp/supervisord.log
to
logfile=logs/supervisord.log