From 4ed65f55e1251874bfb54af864e029aabec65510 Mon Sep 17 00:00:00 2001 From: jiaxuan <4152386+koxuan@users.noreply.github.com> Date: Thu, 29 Oct 2020 11:14:05 +0800 Subject: [PATCH 1/4] disable shadowsocks skeleton --- scripts.d/37_disable_shadowsocks.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 scripts.d/37_disable_shadowsocks.sh diff --git a/scripts.d/37_disable_shadowsocks.sh b/scripts.d/37_disable_shadowsocks.sh new file mode 100755 index 00000000..a9bf588e --- /dev/null +++ b/scripts.d/37_disable_shadowsocks.sh @@ -0,0 +1 @@ +#!/bin/bash From a4774cc2ca8f7bf90cd5d47a2c969d90f8e7c6d9 Mon Sep 17 00:00:00 2001 From: jiaxuan Date: Thu, 29 Oct 2020 13:47:16 +0800 Subject: [PATCH 2/4] disable shadowsocks --- scripts.d/37_disable_shadowsocks.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts.d/37_disable_shadowsocks.sh b/scripts.d/37_disable_shadowsocks.sh index a9bf588e..97b06d92 100755 --- a/scripts.d/37_disable_shadowsocks.sh +++ b/scripts.d/37_disable_shadowsocks.sh @@ -1 +1,4 @@ #!/bin/bash + +_op _chroot systemctl stop shadowsocks-libev +_op _chroot systemctl disable shadowsocks-libev From 776e30f93530e5764251e0437a3b170e8edc8acb Mon Sep 17 00:00:00 2001 From: jiaxuan Date: Fri, 30 Oct 2020 10:30:04 +0800 Subject: [PATCH 3/4] add source.lib --- scripts.d/37_disable_shadowsocks.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts.d/37_disable_shadowsocks.sh b/scripts.d/37_disable_shadowsocks.sh index 97b06d92..0f239af0 100755 --- a/scripts.d/37_disable_shadowsocks.sh +++ b/scripts.d/37_disable_shadowsocks.sh @@ -1,4 +1,6 @@ #!/bin/bash +source lib.sh + _op _chroot systemctl stop shadowsocks-libev _op _chroot systemctl disable shadowsocks-libev From 580d476c08f707ed07ccffc98ad1fd6e26f0091c Mon Sep 17 00:00:00 2001 From: dogi Date: Sat, 31 Oct 2020 00:23:22 -0400 Subject: [PATCH 4/4] Update 37_disable_shadowsocks.sh --- scripts.d/37_disable_shadowsocks.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts.d/37_disable_shadowsocks.sh b/scripts.d/37_disable_shadowsocks.sh index 0f239af0..697e89a8 100755 --- a/scripts.d/37_disable_shadowsocks.sh +++ b/scripts.d/37_disable_shadowsocks.sh @@ -2,5 +2,4 @@ source lib.sh -_op _chroot systemctl stop shadowsocks-libev _op _chroot systemctl disable shadowsocks-libev