mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
Removed kvmd-cleanup
Systemd kills all orphaned children when using KillMode=mixed
This commit is contained in:
2
setup.py
2
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user