初始提交:FRP内网穿透安装配置文档及配置文件备份
This commit is contained in:
13
Config_Toml/frps.service
Normal file
13
Config_Toml/frps.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=FRP Server Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/opt/frp/frp-server/frps -c /opt/frp/frp-server/frps.toml
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
LimitNOFILE=1048576
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user