v1.2.6-test

~增加Linux系统本机代理增强模式
This commit is contained in:
juewuy
2021-05-15 16:25:18 +08:00
parent 674c7872f3
commit 64c50d3305
7 changed files with 66 additions and 36 deletions

View File

@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
User=root
ExecStart=/etc/clash/clash -d /etc/clash
ExecStart=su shellclash -c "/etc/clash/clash -d /etc/clash"
ExecStartPost=/etc/clash/start.sh afstart
Restart=on-failure
RestartSec=3s