This commit is contained in:
Maxim Devaev
2022-06-08 03:06:50 +03:00
parent ced52d739c
commit 649a30aff6
3 changed files with 138 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ def main() -> None:
"kvmd.apps.otgmsd",
"kvmd.apps.otgconf",
"kvmd.apps.htpasswd",
"kvmd.apps.edidconf",
"kvmd.apps.cleanup",
"kvmd.apps.ipmi",
"kvmd.apps.vnc",
@@ -123,6 +124,7 @@ def main() -> None:
"kvmd-otgmsd = kvmd.apps.otgmsd:main",
"kvmd-otgconf = kvmd.apps.otgconf:main",
"kvmd-htpasswd = kvmd.apps.htpasswd:main",
"kvmd-edidconf = kvmd.apps.edidconf:main",
"kvmd-cleanup = kvmd.apps.cleanup:main",
"kvmd-ipmi = kvmd.apps.ipmi:main",
"kvmd-vnc = kvmd.apps.vnc:main",