sessiond#
sessiond is a Linux session and seat management daemon.
Build Dependencies#
- Rust
- Cargo
pkg-config- PAM
Build#
cargo build --workspace --release
Build outputs can be found in target/release:
daemon: the session daemonctl: the control clientlibpam.so: the PAM module
Installation#
See docs/INSTALL.md.