On Thu, Apr 2, 2009 at 2:39 AM, Chris Roos <[email protected]> wrote: > launch agents as a logged in user at the moment. On that note, does > anyone know how to get around that particular problem (daemon's > running as root but git access being public key only and the public > key belongs to a non-root user)?
If you run it as a startup program in the current user, that should solve it, no? The daemon has logic to run as a different user as well, but I've only tried that on Linux. It works fine there, though, when the script is run on system init. _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
