소스 검색

Merge pull request #1314 from wuxiangzhou2010/patch-1

fix a typo
DarienRaymond 7 년 전
부모
커밋
5c112c2f32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      release/config/systemd/v2ray.service

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

@@ -4,7 +4,7 @@ After=network.target
 Wants=network.target
 
 [Service]
-# This service runs as root. You may consider to run it as another use for security concerns.
+# This service runs as root. You may consider to run it as another user for security concerns.
 # By uncommenting the following two lines, this service will run as user v2ray/v2ray.
 # More discussion at https://github.com/v2ray/v2ray-core/issues/1011
 # User=v2ray