From 1e94e08ffbf5378277dbf69644db9a5d7420dd00 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Thu, 15 May 2025 23:25:54 +0330 Subject: [PATCH] Improve uninstall script --- core/scripts/hysteria2/uninstall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/scripts/hysteria2/uninstall.py b/core/scripts/hysteria2/uninstall.py index 81f1e18..5ea2767 100644 --- a/core/scripts/hysteria2/uninstall.py +++ b/core/scripts/hysteria2/uninstall.py @@ -12,6 +12,7 @@ SERVICES = [ "hysteria-normal-sub.service", "hysteria-singbox.service", "hysteria-ip-limit.service", + "hysteria-scheduler.service", ] def run_command(command, error_message):