Fix can’t launch the agents when macOS disable SIP(System Integrity Protection);
This commit is contained in:
@ -7,5 +7,5 @@
|
||||
# Copyright © 2017年 qiuyuzhou. All rights reserved.
|
||||
|
||||
chmod 644 "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.kcptun.plist"
|
||||
launchctl load "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.kcptun.plist"
|
||||
launchctl load -wF "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.kcptun.plist"
|
||||
launchctl start com.qiuyuzhou.shadowsocksX-NG.kcptun
|
||||
|
@ -7,5 +7,5 @@
|
||||
# Copyright © 2016年 zhfish. All rights reserved.
|
||||
|
||||
chmod 644 "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist"
|
||||
launchctl load "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist"
|
||||
launchctl load -wF "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist"
|
||||
launchctl start com.qiuyuzhou.shadowsocksX-NG.http
|
||||
|
@ -7,5 +7,5 @@
|
||||
# Copyright © 2016年 qiuyuzhou. All rights reserved.
|
||||
|
||||
chmod 644 "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.local.plist"
|
||||
launchctl load "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.local.plist"
|
||||
launchctl load -wF "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.local.plist"
|
||||
launchctl start com.qiuyuzhou.shadowsocksX-NG.local
|
||||
|
Reference in New Issue
Block a user