1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

disable auto-upload by default

This commit is contained in:
Darien Raymond 2018-07-17 14:33:48 +02:00
parent accc7813ef
commit 7abd11cc63
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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