mirror of
https://github.com/fatedier/frp.git
synced 2024-12-13 18:21:14 +01:00
15 lines
230 B
Desktop File
15 lines
230 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/frps.ini
|
|
LimitNOFILE=1048576
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|