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

[Service]
Type=simple
User=nobody
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/frpc -c /etc/frp/%i.ini

[Install]
WantedBy=multi-user.target