Part of twisted.application.service View Source View In Hierarchy
Known implementations: twisted.application.service.Process
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). |