Implements interfaces: twisted.application.service.IProcess

Process running parameters.

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

Class Variable processName Undocumented
Method __init__ Set uid and gid.
Instance Variable uid Undocumented
Instance Variable gid Undocumented
processName =
Undocumented
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.
uid =
Undocumented
gid =
Undocumented
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.