summaryrefslogtreecommitdiff
path: root/systemd/docs/daemon.rst
Commit message (Collapse)AuthorAgeFilesLines
* Move docs to top level and include in manifestZbigniew Jędrzejewski-Szmek2015-07-081-18/+0
|
* systemd-python: fix booted() and add two functions to docsZbigniew Jędrzejewski-Szmek2015-07-051-0/+2
| | | | For some reason sphinx doesn't want to show inherited C functions.
* systemd-python: add systemd.daemon wrapping sd-daemonZbigniew Jędrzejewski-Szmek2015-07-051-0/+16
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.