aboutsummaryrefslogtreecommitdiff
path: root/man/seatd-launch.1.scd
AgeCommit message (Collapse)Author
2022-02-26seatd: Command-line argument for loglevelKenny Levinsen
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.
2021-09-13seatd-launch: exit with status >128 if child is signalledSimon Ser
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-12man/seatd-launch: Make mssage about root clearerKenny Levinsen
2021-09-11man: Add seatd-launch(1) to SEE ALSO of seatd(1)Kenny Levinsen
2021-09-08man: Add simple seatd-launch(1) pageKenny Levinsen