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

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

[Install]
WantedBy=multi-user.target