From 49002dd61d114a347181c325e79c16aecfe5845e Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 8 Feb 2024 19:49:40 +0100 Subject: [PATCH] Fix on shadowsocks-rust init for kernel 5.4 --- shadowsocks-rust/files/shadowsocks-rust.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-rust/files/shadowsocks-rust.init b/shadowsocks-rust/files/shadowsocks-rust.init index a1689bba2..fbca7e408 100644 --- a/shadowsocks-rust/files/shadowsocks-rust.init +++ b/shadowsocks-rust/files/shadowsocks-rust.init @@ -365,7 +365,7 @@ rules_up() { rules_down() { rules_exist || return 0 enabled="0" - config_load shadowsocks-libev + config_load shadowsocks-rust config_foreach server_state server [ "$enabled" = "1" ] && return logger -t "Shadowsocks-rust" "Rules DOWN"