From bac472c1137a5f6a07703a9cb7f697d58533f602 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Sat, 5 Mar 2022 01:33:11 +0800 Subject: [PATCH] Naming edited --- README.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 97968008..07cebc2a 100644 --- a/README.md +++ b/README.md @@ -223,11 +223,22 @@ tproxy-port: 9898 tun: enable: false ``` -Create user given name `meta`. -Run Meta Kernel by user `meta` as a daemon. -Create the systemd configuration file at /etc/systemd/system/Clash-Meta.service: +### General install guide for Linux ++ Create user given name `Clash-Meta` + ++ Download and decompress pre-built binaries from [releases](https://github.com/MetaCubeX/Clash.Meta/releases) + ++ Rename executable file to `Clash-Meta` and move to `/usr/local/bin/` + ++ Create folder `/etc/Clash-Meta/` as working directory + + + +Run Meta Kernel by user `Clash-Meta` as a daemon. + +Create the systemd configuration file at `/etc/systemd/system/Clash-Meta.service`: ``` [Unit] @@ -236,12 +247,12 @@ After=network.target [Service] Type=simple -User=meta -Group=meta +User=Clash-Meta +Group=Clash-Meta CapabilityBoundingSet=cap_net_admin AmbientCapabilities=cap_net_admin Restart=always -ExecStart=/usr/local/bin/Clash.Meta -d /etc/Clash.Meta +ExecStart=/usr/local/bin/Clash-Meta -d /etc/Clash-Meta [Install] WantedBy=multi-user.target