summaryrefslogtreecommitdiffstats
path: root/libraries/seatd/README
diff options
context:
space:
mode:
author Damian Perticone <mjolnirdam@gmail.com>2022-04-09 08:21:35 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-09 15:45:51 +0700
commitf77a15828ae8c7b5a81500ac1d57fd8cbe2c3845 (patch)
tree945d3da6e83f5b6bc945303a2098bfac699dcbc2 /libraries/seatd/README
parentb81722b58d25b9ce78eb6edadd3846af7150cbb2 (diff)
downloadslackbuilds-f77a15828ae8c7b5a81500ac1d57fd8cbe2c3845.tar.gz
slackbuilds-f77a15828ae8c7b5a81500ac1d57fd8cbe2c3845.tar.xz
libraries/seatd: Added (Seat management library and daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/seatd/README')
-rw-r--r--libraries/seatd/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/libraries/seatd/README b/libraries/seatd/README
new file mode 100644
index 0000000000..1a38c14fca
--- /dev/null
+++ b/libraries/seatd/README
@@ -0,0 +1,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.