I have supervisor 3.0a7 deployed on several hosts and it ignores the 
'user=someuser' directive on the configuration (just runs as root).

  [program:metaverse1]
  user=someuser
  directory=/home/metaverse1/metaverse1/
  environment=HOME=/home/groma
  command=/home/metaverse1/metaverse1/manage.py runfcgi
        daemonize=false protocol=fcgi host=127.0.0.1 port=3000
        minspare=1 maxspare=1 maxchildren=1

I tried to add 'USER=someuser' to the 'environment' directive; no luck.

It works correctly on a host still running 3.0a6.

Anyone has the same issue? Or, does it works for someone?
-- 
##############################
### Jordi Funollet
### http://www.terraquis.net

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

Reply via email to