Update clashctl

This commit is contained in:
wnlen
2026-03-20 17:43:38 +08:00
parent 442ddf204d
commit 3ac68f9f45

View File

@ -166,7 +166,7 @@ cmd_start() {
mode="$(detect_mode)" mode="$(detect_mode)"
case "$mode" in case "$mode" in
systemd) systemd|systemd-installed)
start_via_systemd start_via_systemd
ok "Clash started via systemd" ok "Clash started via systemd"
;; ;;
@ -221,7 +221,7 @@ cmd_restart() {
mode="$(detect_mode)" mode="$(detect_mode)"
case "$mode" in case "$mode" in
systemd) systemd|systemd-installed)
restart_via_systemd restart_via_systemd
ok "Clash restarted via systemd" ok "Clash restarted via systemd"
;; ;;