| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | |||||
