twisted.application.service.IProcess(Interface) interface documentationtwisted.application.service
(View In Hierarchy)
Known implementations: twisted.application.service.Process
Process running parameters.
Represents parameters for how processes should be run.
| Attribute | processName | A strgiving the name the process should have in ps (orNoneto leave the name alone). | 
| Attribute | uid | An intgiving the user id as which the process should run 
(orNoneto leave the UID alone). | 
| Attribute | gid | An intgiving the group id as which the process should run 
(orNoneto leave the GID alone). | 
A str giving the name the process should have in ps (or None
to leave the name alone).