summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-15 19:01:10 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-15 22:55:24 -0400
commitb04c8c83e8d5670b0923c7cd7d6ea622b0187289 (patch)
tree9faeb93a6d086f1cb213535be5397fefe17b1581 /TODO
parent5e65c93a433447b15180249166f7b3944c3e6156 (diff)
systemd-python: add systemd.daemon wrapping sd-daemon
Please see the documentation (e.g. pydoc3 systemd.daemon) for full description. As usual, systemd._daemon wraps the raw interface, while systemd.daemon provides the more pythonic API. sd_listen_fds, sd_booted, sd_is_fifo, sd_is_socket, sd_is_socket_unix, sd_is_socket_inet, sd_is_mq, and SD_LISTEN_FDS_START are currently wrapped.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index fcafba0df..addf32e47 100644
--- a/TODO
+++ b/TODO
@@ -587,6 +587,7 @@ Features:
be just "return self->j != NULL")
- figure out a simple way to wait for journal events in a way that
works with ^C
+ - add documentation to systemd.daemon
External: