Browse Source

disable auto-upload by default

Darien Raymond 7 years ago
parent
commit
7abd11cc63
1 changed files with 1 additions and 2 deletions
  1. 1 2
      release/config/systemd/v2ray.service

+ 1 - 2
release/config/systemd/v2ray.service

@@ -15,8 +15,7 @@ ExecStart=/usr/bin/v2ray/v2ray -config /etc/v2ray/config.json
 Restart=on-failure
 RestartPreventExitStatus=23  # Configuration error
 # After unexpected exit, upload latest V2Ray log to official log service for future analysis.
-# Comment out the following line if you have privacy concerns.
-ExecStopPost=/usr/bin/v2ray/upload.sh
+# ExecStopPost=/usr/bin/v2ray/upload.sh
 
 [Install]
 WantedBy=multi-user.target