Older/resources/frps.service
amass 34253a4bf6
Some checks failed
Deploy / Build (push) Failing after 5m50s
update deploy.
2024-12-01 18:58:58 +08:00

14 lines
307 B
Desktop File

[Unit]
Description=FRP Server Daemon
After = network.target syslog.target
Wants = network.target
[Service]
Type=simple
ExecStart=/root/Server/frp_0.61.0_linux_amd64/frps -c /root/Server/frp_0.61.0_linux_amd64/frps.toml
Restart=always
RestartSec=2s
LimitNOFILE=infinity
[Install]
WantedBy=multi-user.target