Files
systemd/src
Christian Hesse 106f12a08f systemd-inhibit: ignore signal interrupt from keyboard (#8569)
By default both processes, systemd-inhibit and the forked one, receive
the signals. Pressing Ctrl+C on the keyboard results in SIGINT being
sent to the processes, followed by SIGTERM being sent to the forked
process when systemd-inhibit exits. This can cause trouble when the
forked process does not clean up properly but exit immediately.

Instead make systemd-inhibit ignore SIGINT, leaving it to the forked
process to clean up and exit.
2018-03-28 21:58:10 +02:00
..
2018-03-28 12:54:26 +02:00
2018-03-22 20:21:42 +01:00
2018-03-19 21:04:02 +09:00
2018-03-22 20:21:42 +01:00
2018-03-22 20:21:42 +01:00
2018-03-22 20:30:40 +01:00