summaryrefslogtreecommitdiff
path: root/net-vpn/frp/files/frps_at_.service
blob: 2942e0ba7a695ce95fcd296b89eb2a311f5e9b0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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