session and seat management daemon
0

Configure Feed

Select the types of activity you want to include in your feed.

57 6 1

Clone this repository

https://tangled.org/r0chd.pl/sessiond https://tangled.org/did:plc:vj3bxta3i3cp26nn46yideoh
git@tangled.org:r0chd.pl/sessiond git@tangled.org:did:plc:vj3bxta3i3cp26nn46yideoh

For self-hosted knots, clone URLs may differ based on your setup.



README.md

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 daemon
  • ctl: the control client
  • libpam.so: the PAM module

Installation#

See docs/INSTALL.md.