14 lines
241 B
Desktop File
14 lines
241 B
Desktop File
[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
|