Part of twisted.application.service View Source View In Hierarchy
Known implementations: twisted.application.service.Process
Process running parameters
Represents parameters for how processes should be run.Instance Variables | processName | the name the process should have in ps (or None)
(type: str
) |
uid | the user-id the process should run under.
(type: int
) | |
gid | the group-id the process should run under.
(type: int
) |