Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-08 | systemd-python: add wrappers for easy functions in sd-login | Zbigniew Jędrzejewski-Szmek | |
sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names. | |||
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. | |||
2013-02-28 | python-systemd: check all errors and use automatic cleanup | Zbigniew Jędrzejewski-Szmek | |
__REALTIME_TIMESTAMP and __MONOTONIC_TIMESTAMP return ints. It doesn't make sense to convert to string, just to convert back to a number later on. Also try to follow systemd rules for indentation. |