mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
15 lines
228 B
Desktop File
15 lines
228 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
|
|
LimitNOFILE=1048576
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|