Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for listen_fds_with_names() | Marcel Waldvogel | 2019-06-16 | 1 | -0/+22 |
| | |||||
* | Adapt to systemd 230 tool renaming, bump version | Marcel Waldvogel | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | Adjust import order, spacing, operators as recommended by pylint | Zbigniew Jędrzejewski-Szmek | 2017-03-12 | 1 | -1/+2 |
| | |||||
* | daemon: add wrapper for sd_is_socket_sockaddr and tests | Zbigniew Jędrzejewski-Szmek | 2016-12-15 | 1 | -0/+15 |
| | | | | Specifying the address without does not work. | ||||
* | python-systemd: fix is_socket_inet to cope with ports | Simon Farnsworth | 2015-07-05 | 1 | -1/+1 |
| | | | | Just a couple of trivial oversights. | ||||
* | systemd-python: wrap sd_notify | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -0/+1 |
| | | | | | _listen_fds() is modified to accept unset_environment arg as keyword, to match new notify(). | ||||
* | systemd-python: add __version__ strings | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -1/+2 |
| | |||||
* | systemd-python: add systemd.daemon wrapping sd-daemon | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -0/+53 |
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. |