blob: 72280ca2f04f128a9a127121e0d6782298fc5efa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
`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
|