Older/resources/frps.service
luocai 2fbd898f1d
All checks were successful
Deploy / PullDocker (push) Successful in 6s
Deploy / Build (push) Successful in 4m28s
Deploy Docker Images / Docusaurus build and Server deploy (push) Successful in 2m0s
correct path.
2024-11-01 10:48:50 +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.60.0_linux_amd64/frps -c /root/Server/frp_0.60.0_linux_amd64/frps.toml
Restart=always
RestartSec=2s
LimitNOFILE=infinity
[Install]
WantedBy=multi-user.target