Skip to content

Commit

Permalink
set NO_COLOR
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Feb 16, 2024
1 parent cc619c4 commit 69498c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<false/>

<key>Label</key>
<string>com.zonyitoo.shadowsocks-rust</string>
<string>org.shadowsocks.shadowsocks-rust</string>

<key>ProgramArguments</key>
<array>
Expand Down
3 changes: 3 additions & 0 deletions configs/shadowsocks.procd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ start_service() {

procd_open_instance shadowsocks
procd_set_param env RUST_BACKTRACE=1
procd_set_param env NO_COLOR=1

procd_set_param file ${SHADOWSOCKS_CONFIG_PATH}
procd_set_param respawn
Expand Down Expand Up @@ -98,6 +99,8 @@ start_service() {

procd_open_instance shadowsocks6
procd_set_param env RUST_BACKTRACE=1
procd_set_param env NO_COLOR=1

procd_set_param file ${SHADOWSOCKS6_CONFIG_PATH}
procd_set_param respawn
procd_set_param reload_signal USR1
Expand Down

0 comments on commit 69498c9

Please sign in to comment.