python-systemd/docs/daemon.rst
Zbigniew Jędrzejewski-Szmek 0677c4a2a5 Use SPDX license tags instead of old-style license headers
This matches the change that was done in the systemd repo
a few years ago.
2025-10-03 16:32:42 +02:00

20 lines
491 B
ReStructuredText

.. SPDX-License-Identifier: LGPL-2.1-or-later
`systemd.daemon` module
=======================
.. automodule:: systemd.daemon
:members:
:undoc-members:
:inherited-members:
.. autoattribute:: systemd.daemon.LISTEN_FDS_START
.. autofunction:: _listen_fds
.. autofunction:: _is_fifo
.. autofunction:: _is_socket
.. autofunction:: _is_socket_unix
.. autofunction:: _is_socket_inet
.. autofunction:: _is_mq
.. autofunction:: notify
.. autofunction:: booted