Hi Paul, On 3/28/10 9:58 AM, Paul Heideman wrote: > p...@bandit:~/build$ sudo /usr/bin/supervisord > Error: Unexpected end of key/value pairs > For help, use /usr/bin/supervisord -h > > Here is an extract from the config file: > > [program:aprogram] > directory=/home/auser > user=auser > command=/home/aprogram/start-aprogram.sh > environment=HOME=/home/auser
Thanks for reporting this. You have found a bug that was introduced in 3.0a8 when we changed the code that parses "environment=". This is now fixed on trunk and will be included in the next release. Until then, you should be able to get it working by quoting the value: environment=HOME='/home/auser' Thanks, Mike -- Mike Naberezny Maintainable Software http://maintainable.com _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
