diff options
author | Daniel Mack <github@zonque.org> | 2015-07-08 09:38:38 -0400 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-07-08 09:38:38 -0400 |
commit | b9fd7bb60a81849989c2102e46ee97e79b899328 (patch) | |
tree | 25393ad57584aa7e12d15850ed114a31e391fda3 /src/python-systemd/docs/daemon.rst | |
parent | 9a50ce20ef60263a6c88c29470ce761fcc424f2d (diff) | |
parent | 2799e519cabb6dfa99341b9a56ebd4dc2a4ec22a (diff) |
Merge pull request #501 from keszybz/remove-python-systemd
Remove python-systemd
Diffstat (limited to 'src/python-systemd/docs/daemon.rst')
-rw-r--r-- | src/python-systemd/docs/daemon.rst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/python-systemd/docs/daemon.rst b/src/python-systemd/docs/daemon.rst deleted file mode 100644 index 0ad11edaf3..0000000000 --- a/src/python-systemd/docs/daemon.rst +++ /dev/null @@ -1,18 +0,0 @@ -`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 |