diff options
Diffstat (limited to 'libraries/python-prctl/README')
-rw-r--r-- | libraries/python-prctl/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/python-prctl/README b/libraries/python-prctl/README new file mode 100644 index 000000000000..34b846b61b20 --- /dev/null +++ b/libraries/python-prctl/README @@ -0,0 +1,6 @@ +The linux prctl function allows you to control specific characteristics of +a process' behaviour. This module provides a nice non-messy python(ic) +interface to prctl(2). + +Besides prctl, this library also wraps libcap for complete capabilities(7) +handling and allows you to set the process name as seen in ps and top. |