Removed kvmd-cleanup

Systemd kills all orphaned children when using KillMode=mixed
This commit is contained in:
Maxim Devaev
2024-07-08 04:53:24 +03:00
parent eb1eb527f8
commit 237d39b172
6 changed files with 0 additions and 174 deletions

View File

@@ -95,7 +95,6 @@ def main() -> None:
"kvmd.apps.htpasswd",
"kvmd.apps.totp",
"kvmd.apps.edidconf",
"kvmd.apps.cleanup",
"kvmd.apps.ipmi",
"kvmd.apps.vnc",
"kvmd.apps.vnc.rfb",
@@ -123,7 +122,6 @@ def main() -> None:
"kvmd-htpasswd = kvmd.apps.htpasswd:main",
"kvmd-totp = kvmd.apps.totp: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",
"kvmd-nginx-mkconf = kvmd.apps.ngxmkconf:main",