diff options
author | Devaev Maxim <[email protected]> | 2019-10-11 23:43:59 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-10-11 23:43:59 +0300 |
commit | 74449c81ad6e6d5bb170b3113b6112fb91f6f445 (patch) | |
tree | acda82c77feff668d1355826002cc9fa25dc32b4 /testenv/v1-vga.override.yaml | |
parent | f8a4f59e13461514cc81fb3eaa26c131644cc73a (diff) |
set --process-name-prefix
Diffstat (limited to 'testenv/v1-vga.override.yaml')
-rw-r--r-- | testenv/v1-vga.override.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/v1-vga.override.yaml b/testenv/v1-vga.override.yaml index 9a369317..d1eee78b 100644 --- a/testenv/v1-vga.override.yaml +++ b/testenv/v1-vga.override.yaml @@ -20,4 +20,5 @@ kvmd: - "--unix-rm" - "--unix-mode=0666" - "--exit-on-parent-death" + - "--process-name-prefix={process_name_prefix}" - "--no-log-colors" |