File: daemon.rst

package info (click to toggle)
python-systemd 233-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 356 kB
  • sloc: ansic: 2,109; python: 818; makefile: 52
file content (18 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
`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