kvmd-otgconf

This commit is contained in:
Maxim Devaev
2022-03-31 11:06:21 +03:00
parent ecb585866c
commit 03a4c13291
3 changed files with 130 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ def main() -> None:
"kvmd-otg = kvmd.apps.otg:main",
"kvmd-otgnet = kvmd.apps.otgnet:main",
"kvmd-otgmsd = kvmd.apps.otgmsd:main",
"kvmd-otgconf = kvmd.apps.otgconf:main",
"kvmd-htpasswd = kvmd.apps.htpasswd:main",
"kvmd-cleanup = kvmd.apps.cleanup:main",
"kvmd-ipmi = kvmd.apps.ipmi:main",