From 8ca3fa426e166702857e1435c1e4220be4770249 Mon Sep 17 00:00:00 2001 From: LittleTwain Date: Thu, 15 Sep 2022 15:00:04 +0800 Subject: [PATCH] Fix issue --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-release.sh b/install-release.sh index 5715903..3b6b319 100644 --- a/install-release.sh +++ b/install-release.sh @@ -388,7 +388,7 @@ ExecStart=/usr/local/bin/v2ray -confdir $JSONS_PATH" | # Or all changes you made will be lost! # Refer: https://www.freedesktop.org/software/systemd/man/systemd.unit.html [Service] ExecStart= -ExecStart=/usr/local/bin/v2ray -config ${JSON_PATH}/config.json" > \ +ExecStart=/usr/local/bin/v2ray run -config ${JSON_PATH}/config.json" > \ '/etc/systemd/system/v2ray.service.d/10-donot_touch_single_conf.conf' echo "# In case you have a good reason to do so, duplicate this file in the same directory and make your customizes there. # Or all changes you made will be lost! # Refer: https://www.freedesktop.org/software/systemd/man/systemd.unit.html