diff options
author | Maxim Devaev <[email protected]> | 2024-07-08 04:53:24 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-07-08 04:53:24 +0300 |
commit | 237d39b17224f09211cb242876717a7ef7c99d5b (patch) | |
tree | 5b697aca1bf74a4b9a554cb7c8f09333cfbb40f4 /setup.py | |
parent | eb1eb527f8b7d0e3156f80564d8798fffacdd3ed (diff) |
Removed kvmd-cleanup
Systemd kills all orphaned children when using KillMode=mixed
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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", |