lucab / libsystemd-rs

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

sysusers: introduce new module for 'sysusers.d' configuration #92

Closed lucab closed 2 years ago

lucab commented 2 years ago

This adds the initial datastructures and logic to handle configuration entries in 'sysusers.d' format.

Ref: https://www.freedesktop.org/software/systemd/man/sysusers.d.html

lucab commented 2 years ago

Self-merging in order to unblock further sysusers work (up next: serde).