On Tue, 2010-12-28 at 23:56 -0800, Sam's Lists wrote: > I'm looking at running supervisor on my new server. > > > I have a few programs that I'd like to run under it that need to be > root. This seems easy enough. > > > I'd like supervisor to also run a few programs (mostly scripts I've > written in Python) as a different user - without being root. > > > I was sort of hoping there was a way to specify for each program being > run what user you wanted that program to run under (obviously this > would only work when supervisor was running as root). > > > How can I best do this?
In each program:x section: user = someusername - C _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
