summarylogtreecommitdiffstats
path: root/frps.service
blob: 880029d7a500781b517330fcd81d027e931aaec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Frp Server Service
After=network.target

[Service]
Type=simple
User=nobody
ExecStart=/usr/bin/frps -c /etc/frp/frps.ini

[Install]
WantedBy=multi-user.target