summarylogtreecommitdiffstats
path: root/frps@.service
blob: 8b625ca7f707187db2c934439ff5de3e2270cdaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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