Edit username to adapt Linux username naming rule

This commit is contained in:
Dabrit 2022-03-04 22:36:15 +08:00
parent 3772ad8ddb
commit a7f3b85200

View file

@ -223,9 +223,9 @@ tproxy-port: 9898
tun:
enable: false
```
Create user given name `Clash-Meta`.
Create user given name `meta`.
Run Meta Kernel by user `Clash-Meta` as a daemon.
Run Meta Kernel by user `meta` as a daemon.
Create the systemd configuration file at /etc/systemd/system/Clash-Meta.service:
@ -236,8 +236,8 @@ After=network.target
[Service]
Type=simple
User=Clash-Meta
Group=Clash-Meta
User=meta
Group=meta
CapabilityBoundingSet=cap_net_admin
AmbientCapabilities=cap_net_admin
Restart=always