Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-26 | seatd: Command-line argument for loglevel | Kenny 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-13 | seatd-launch: exit with status >128 if child is signalled | Simon 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-12 | man/seatd-launch: Make mssage about root clearer | Kenny Levinsen | |
2021-09-11 | man: Add seatd-launch(1) to SEE ALSO of seatd(1) | Kenny Levinsen | |
2021-09-08 | man: Add simple seatd-launch(1) page | Kenny Levinsen | |