diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2010-08-14 15:48:06 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-14 19:04:53 -0500 |
commit | 5dd644b4254988619c1aae500a6dd64a9ecd27cb (patch) | |
tree | c368c52e7d97517fca868436f0004523557f4e61 /libraries/zdaemon/README | |
parent | d587a7c1a8af15616463e2a05daaeaf4b908c3a1 (diff) | |
download | slackbuilds-5dd644b4254988619c1aae500a6dd64a9ecd27cb.tar.gz |
libraries/zdaemon: Added (Daemon process control library)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/zdaemon/README')
-rw-r--r-- | libraries/zdaemon/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/zdaemon/README b/libraries/zdaemon/README new file mode 100644 index 0000000000..a2fa33fd35 --- /dev/null +++ b/libraries/zdaemon/README @@ -0,0 +1,8 @@ +zdaemon (Daemon process control library) + +zdaemon is a Python package which provides APIs for managing +applications run as daemons. + +This requires ZConfig. + +To build, this requires pysetuptools. |