chiark / gitweb /
systemd-python: add systemd.daemon wrapping sd-daemon
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 15 Mar 2013 23:01:10 +0000 (19:01 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 16 Mar 2013 02:55:24 +0000 (22:55 -0400)
commitb04c8c83e8d5670b0923c7cd7d6ea622b0187289
tree9faeb93a6d086f1cb213535be5397fefe17b1581
parent5e65c93a433447b15180249166f7b3944c3e6156
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.
Makefile.am
TODO
src/python-systemd/_daemon.c [new file with mode: 0644]
src/python-systemd/_reader.c
src/python-systemd/daemon.py [new file with mode: 0644]
src/python-systemd/docs/daemon.rst [new file with mode: 0644]
src/python-systemd/docs/index.rst
src/python-systemd/pyutil.h