class twisted.application.service.Process: (source)
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 | A str giving the name the process should have in ps (or None to leave the name alone). |
Method | __init__ | Set uid and gid. |
Instance Variable | uid | An int giving the user id as which the process should run (or None to leave the UID alone). |
Instance Variable | gid | An int giving the group id as which the process should run (or None to leave the GID alone). |
A str
giving the name the process should have in ps (or None
to leave the name alone).
An int
giving the user id as which the process should run (or None
to leave the UID alone).