From 85093c4ba1f15905905de27fd241c97131198007 Mon Sep 17 00:00:00 2001 From: Wuxiang Date: Mon, 15 Oct 2018 15:13:03 +0800 Subject: [PATCH] fix a typo --- release/config/systemd/v2ray.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/config/systemd/v2ray.service b/release/config/systemd/v2ray.service index 0d59151e1..41b9978e5 100644 --- a/release/config/systemd/v2ray.service +++ b/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