Files
Léo Cardao ce4ae529df Fix CTRL-C on a program launched with rlimit and add --foreground option
To correct CTRL-C, we stop setting rlimit as the foreground program and
ignore the SIGTTOU signal.

However, this does not allow rlimit to be used with an interactive
terminal. To solve this problem, we introduce the --foreground option.

IT-465
2023-06-23 15:00:40 +02:00
..