interface documentation
class IProcess(Interface): (source)
Known implementations: twisted.application.service.Process
Process running parameters.
Represents parameters for how processes should be run.
Attribute | gid |
An int giving the group id as which the process should run (or None to leave the GID alone). |
Attribute | process |
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). |