set --process-name-prefix

This commit is contained in:
Devaev Maxim
2019-10-11 23:43:59 +03:00
parent f8a4f59e13
commit 74449c81ad
10 changed files with 15 additions and 1 deletions

View File

@@ -240,6 +240,8 @@ def _get_config_scheme() -> Dict:
"unix": Option("", type=valid_abs_path, only_if="!port", unpack_as="unix_path"),
"timeout": Option(2.0, type=valid_float_f01),
"process_name_prefix": Option("kvmd/streamer"),
"cmd": Option(["/bin/true"], type=valid_command),
},
},