mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
We want systemd-pty-forward to be something that can be dropped in somewhere without too much thought. To enable this, let's make sure we forward various signals to the forked process. This makes sure that any signals are delivered to the actual child process regardless of whether it's running within systemd-pty-forward or not.