mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
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.
24 lines
475 B
ReStructuredText
24 lines
475 B
ReStructuredText
.. python-systemd documentation master file, created by
|
|
sphinx-quickstart on Sat Feb 9 13:49:42 2013.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to python-systemd's documentation!
|
|
==========================================
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
journal
|
|
id128
|
|
daemon
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|