mirror of
https://gitee.com/xiarenalofs/squad-rain-ops-mini.git
synced 2026-08-05 21:15:52 +08:00
14 lines
208 B
Desktop File
14 lines
208 B
Desktop File
[Unit]
|
|
Description=Frp Server Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=nobody
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
ExecStart=/usr/bin/frps -c /etc/frp/%i.ini
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|