This question fits somewhere between server fault, stackoverflow and askdifferent.
I am installing some web apps on my Lion server using webappctl, which hooks into apaches vhost configs to setup up a reverse proxy (simply mod_proxy). It uses launchd to start the server, in my case unicorn serving a Ruby on Rails app, listening on TCP port 5000. I use RVM (mixed-mode) to facilitate in separate ruby versions and gemsets for each webapp.
The problem lies with RVM and launchd, and the complete environment not being available for launchd.
I tried to start from launchd using /bin/bash -l -c 'unicorn_rails -l 5000' but that gave me bash usage errors in the logs.
Any suggestions for making RVM play nice with launchd?
Mac– Meltemi Jan 25 '12 at 18:19