mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
a4cfab689a
Ref https://github.com/fatedier/frp/issues/1058 Ref https://aur.archlinux.org/packages/frp/ Co-authored-by: vimsucks <dev@vimsucks.com>
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
|