summaryrefslogtreecommitdiffstats
path: root/libraries/seatd/README
blob: 1a38c14fca0c5aeea90dcda64986c581e8ff6d7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
seatd is a seat management daemon, that does everything it needs to
do. Nothing more, nothing less. Depends only on libc.

libseat is a seat management library allowing applications to use
whatever seat management is available.

Supports:
- seatd
- (e)logind
- embedded seatd for standalone operation

Each backend can be compile-time included and is runtime auto-detected
or manually selected with the `LIBSEAT_BACKEND` environment variable.

Which backend is in use is transparent to the application, providing a
simple common interface.