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 ofNone
as processName
.
Method | __init__ | Set uid and gid. |
Parameters | uid | The user ID as whom to execute the process. If this is None, no attempt will be made to change the UID. |
gid | The group ID as whom to execute the process. If this is None, no attempt will be made to change the GID. |