diff options
Diffstat (limited to 'libraries/python-prctl/README')
-rw-r--r-- | libraries/python-prctl/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libraries/python-prctl/README b/libraries/python-prctl/README deleted file mode 100644 index 34b846b61b..0000000000 --- a/libraries/python-prctl/README +++ /dev/null @@ -1,6 +0,0 @@ -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. |