Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-12 | python-systemd: fix is_socket_inet to cope with ports | Simon Farnsworth | |
Just a couple of trivial oversights. | |||
2013-07-05 | systemd-python: wrap sd_notify | Zbigniew Jędrzejewski-Szmek | |
_listen_fds() is modified to accept unset_environment arg as keyword, to match new notify(). | |||
2013-05-08 | systemd-python: add __version__ strings | Zbigniew Jędrzejewski-Szmek | |
2013-03-15 | systemd-python: add systemd.daemon wrapping sd-daemon | Zbigniew Jędrzejewski-Szmek | |
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. |