mirror of https://github.com/fatedier/frp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
257 B
15 lines
257 B
6 years ago
|
[Unit]
|
||
|
Description=Frp Client Service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=idle
|
||
|
User=nobody
|
||
|
Restart=on-failure
|
||
|
RestartSec=5s
|
||
|
ExecStart=/usr/bin/frpc -c /etc/frp/%i.ini
|
||
|
ExecReload=/usr/bin/frpc reload -c /etc/frp/%i.ini
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|