t.a.s.Process : class documentation

Part of twisted.application.service View Source View In Hierarchy

Implements interfaces: twisted.application.service.IProcess

Process running parameters.

Sets up uid/gid in the constructor, and has a default of None as processName.

Method __init__ Set uid and gid.
def __init__(self, uid=None, gid=None): (source)
Set uid and gid.
ParametersuidThe user ID as whom to execute the process. If this is None, no attempt will be made to change the UID.
gidThe group ID as whom to execute the process. If this is None, no attempt will be made to change the GID.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.