Hey guys, I'm wondering if it is currently possible to assign a group of a processes to a specific username, at which point that user can then login via supervisorctl to control said group.
For example: group1:webapp1 - ran as 'myuser' group1:webapp2 - ran as 'myuser' group1:webapp3 - ran as 'myuser' myuser@someserver# supervisorctl Username: myuser Password: supervisor> status group1:webapp1 RUNNING pid 1376, uptime 16:12:38 group1:webapp2 RUNNING pid 1391, uptime 16:12:36 group1:webapp3 RUNNING pid 1391, uptime 16:12:36 Instead of: myuser@someserver# supervisorctl error: <class 'socket.error'>, (13, 'Permission denied'): file: <string> line: 1 supervisor> If this is not currently available, I might code it in myself... Thanks Cal _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
