class twisted.application.service.IProcess(Interface): (source)
Known implementations: twisted.application.service.Process
Process running parameters.
Represents parameters for how processes should be run.
Attribute | processName | A str giving the name the process should have in ps (or None to leave the name alone). |
Attribute | uid | An int giving the user id as which the process should run (or None to leave the UID alone). |
Attribute | 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).