aboutsummaryrefslogtreecommitdiff
path: root/python/python-daemonize/README
diff options
context:
space:
mode:
authorM.Dinslage <daedra1980@gmail.com>2022-04-01 04:22:19 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:18:59 +0700
commitba3480a933e317e6a4b04acaf0325e4be5890eeb (patch)
treef1ec250c9407488e58cc9b7ebfe61e3f2b7d6afc /python/python-daemonize/README
parent2634562e8f296f811bb3858c70fc8a79e0651bdc (diff)
python/python-daemonize: Added (python library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-daemonize/README')
-rw-r--r--python/python-daemonize/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python-daemonize/README b/python/python-daemonize/README
new file mode 100644
index 0000000000..987bfd6b2b
--- /dev/null
+++ b/python/python-daemonize/README
@@ -0,0 +1,2 @@
+Python library to enable your code run as a daemon process on Unix-like
+systems.