Part of twisted.application.service View Source View In Hierarchy
Implements interfaces: twisted.application.service.IProcess
Sets up uid/gid in the constructor, and has a default of
None 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.
|