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? Should I just run two copies of supervisor - one as root for programs I want to run as root? And one as a user for programs I want to run as that user? Thanks
_______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
