Commit graph

9 commits

Author SHA1 Message Date
Kenny Levinsen
9bbdf0f0b8 seatd: Command-line argument for loglevel
SEATD_LOGLEVEL was used to set the loglevel despite already having
getopt in place. Remove the environment variable and make a command-line
argument for it instead.
2022-02-26 19:17:26 +01:00
Simon Ser
fe600eac2b seatd-launch: exit with status >128 if child is signalled
Mimick shells and exit with a status >128 if our child has been
signalled. Exiting with 128 + signal number is what most shells do
(POSIX only requires them to exit with >128).
2021-09-13 13:39:20 +02:00
Kenny Levinsen
8c85c46d2d man/seatd-launch: Make mssage about root clearer 2021-09-12 12:06:05 +02:00
Kenny Levinsen
da59bea775 man: Add seatd-launch(1) to SEE ALSO of seatd(1) 2021-09-11 15:55:26 +02:00
Kenny Levinsen
e7343ca96f man: Add simple seatd-launch(1) page 2021-09-08 20:45:42 +02:00
Kenny Levinsen
312d6906ae seatd: s6-style readiness notification support
This adds the ability to specify the number of an fd that is inherited
by the process as open. Once seatd is read to serve requests, it will
write a single newline and close the fd.
2021-08-06 01:15:55 +02:00
Kenny Levinsen
8813671486 man: Mention assistance from other contributors 2020-09-07 23:54:52 +02:00
Simon Ser
48b9bf4707 Nuke LIBSEAT_LOGLEVEL
This will be replaced with a libseat API to set the log level.
2020-08-28 01:21:57 +02:00
Kenny Levinsen
b312fbfb5e man: Add simple seatd(1) page 2020-08-08 14:54:25 +02:00