Kenny Levinsen
|
48727a0b6b
|
seatd-launch: Command line argument support
|
2021-08-06 23:00:05 +02:00 |
|
Simon Ser
|
369af8f9e4
|
seatd-launch: check for getpwuid errors
|
2021-08-06 22:27:42 +02:00 |
|
Simon Ser
|
3a843745c2
|
seatd-launch: don't use gotos in child processes
While forked (child pid is zero), don't use gotos. These will
execute atexit functions and potentially mess up the stdlib.
Instead, use _exit.
|
2021-08-06 22:27:42 +02:00 |
|
Simon Ser
|
f2a614dcd3
|
seatd-launch: propagate child exit status
When the child process exits with a non-zero code or is killed,
return with a non-zero code as well.
|
2021-08-06 22:27:42 +02:00 |
|
Kenny Levinsen
|
1e98727ae9
|
seatd-launch: Add seatd launch wrapper
This launch wrapper is used to conveniently start a new seatd instance,
wait for it to be ready, and launch a target application.
|
2021-08-06 01:29:52 +02:00 |
|