diff options
author | Devaev Maxim <[email protected]> | 2020-03-04 04:18:35 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-03-04 04:18:35 +0300 |
commit | 779a9f1d1527edd89bc9d72a9b9d4cb0cbbef457 (patch) | |
tree | 164f3219a98b06a6fa01d964d78a38d91daa09a1 /testenv | |
parent | 52e117df3c1fbfc29524ca9d06e49605b3ec5992 (diff) |
receiving ustreamer signals
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/v1-vga-rpi3.override.yaml | 1 | ||||
-rw-r--r-- | testenv/v2-hdmi-rpi4.override.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testenv/v1-vga-rpi3.override.yaml b/testenv/v1-vga-rpi3.override.yaml index d1eee78b..eb75d942 100644 --- a/testenv/v1-vga-rpi3.override.yaml +++ b/testenv/v1-vga-rpi3.override.yaml @@ -21,4 +21,5 @@ kvmd: - "--unix-mode=0666" - "--exit-on-parent-death" - "--process-name-prefix={process_name_prefix}" + - "--notify-parent" - "--no-log-colors" diff --git a/testenv/v2-hdmi-rpi4.override.yaml b/testenv/v2-hdmi-rpi4.override.yaml index a205d666..fb05fd59 100644 --- a/testenv/v2-hdmi-rpi4.override.yaml +++ b/testenv/v2-hdmi-rpi4.override.yaml @@ -29,4 +29,5 @@ kvmd: - "--unix-mode=0666" - "--exit-on-parent-death" - "--process-name-prefix={process_name_prefix}" + - "--notify-parent" - "--no-log-colors" |