session and seat management daemon
0

Configure Feed

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

docs(readme): document user service manager scope

+17 -1
+8
README.md
··· 20 20 - A seat manager for acquiring seats and managing seat devices 21 21 - A partial `org.freedesktop.ConsoleKit` D-Bus interface for polkit integration 22 22 23 + ## What is it not? 24 + 25 + `sessiond` is not responsible for starting user service managers. Starting and 26 + integrating a user service manager should be handled by a `sessiond` client. 27 + 28 + See [Clients](docs/CLIENTS.md) for known `sessiond` clients. 29 + 23 30 ## Documentation 24 31 25 32 - [Installation](docs/INSTALL.md) 26 33 - [Seat manager](docs/SEAT_MANAGER.md) 34 + - [Clients](docs/CLIENTS.md) 27 35 - [Known issues](docs/KNOWN_ISSUES.md).
+8
docs/CLIENTS.md
··· 1 + # Clients 2 + 3 + This document lists known `sessiond` clients. 4 + 5 + ## User service managers 6 + 7 + - [sessiond-dinit](https://tangled.org/r0chd.pl/sessiond-dinit): dinit 8 + integration for `sessiond` (WIP)
+1 -1
nix/finix-vm.nix
··· 105 105 "-serial" 106 106 "stdio" 107 107 ]; 108 - package = pkgs.qemu_full; 108 + package = pkgs.qemu; 109 109 nics.default.args = [ 110 110 "user" 111 111 "model=virtio-net-pci"