Update README.md

This commit is contained in:
杨黄林
2023-09-04 16:10:25 +08:00
committed by GitHub
parent e6488d3f1b
commit fbadd44af5

View File

@@ -139,15 +139,15 @@ this example is for `ubuntu` and with `root` user
+ 2.touch a file with command `touch frps-multiuser.service` in dir `/root/frps-multiuser`.the file content is: + 2.touch a file with command `touch frps-multiuser.service` in dir `/root/frps-multiuser`.the file content is:
```ini ```ini
[Unit] [Unit]
# 服务名称,可自定义
Description = frp multiuser service Description = frp multiuser service
After = network.target syslog.target After = network.target syslog.target
Wants = network.target Wants = network.target
[Service] [Service]
Type = simple Type = simple
# config of frps-multiuser.ini,you should change the file path
Environment=FRPS_MULTIUSER_OPTS="-c /root/frps-multiuser/frps-multiuser.ini" Environment=FRPS_MULTIUSER_OPTS="-c /root/frps-multiuser/frps-multiuser.ini"
# 启动frps的命令需修改为您的frps的安装路径 # command of run frps-multiuser,you should change the file path
ExecStart = /root/frps-multiuser/frps-multiuser $FRPS_MULTIUSER_OPTS ExecStart = /root/frps-multiuser/frps-multiuser $FRPS_MULTIUSER_OPTS
[Install] [Install]