lucab / libsystemd-rs

A pure-Rust client library to work with systemd
https://crates.io/crates/libsystemd
Other
106 stars 19 forks source link

daemon: use internal Context helper to simplify error handling #134

Closed dfreese closed 1 year ago

dfreese commented 1 year ago

This builds off of the Context trait introduced in #128, and implements it for the daemon module. Everything is a direct translation of the existing error message.