t.a.s.IProcess(Interface) : interface documentation

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.
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).
processName =
A str giving the name the process should have in ps (or None to leave the name alone).
uid =
An int giving the user id as which the process should run (or None to leave the UID alone).
gid =
An int giving the group id as which the process should run (or None to leave the GID alone).
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.