summarylogtreecommitdiffstats
path: root/frp.install
diff options
context:
space:
mode:
authorVimsucks2017-12-05 19:55:07 +0800
committerVimsucks2017-12-05 19:55:07 +0800
commita8393c3e17babd00db16f3f696fbb36dd03e6deb (patch)
tree65e7366f641101e7d5a374c7b075e878d4123012 /frp.install
downloadaur-a8393c3e17babd00db16f3f696fbb36dd03e6deb.tar.gz
first commit
Diffstat (limited to 'frp.install')
-rw-r--r--frp.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/frp.install b/frp.install
new file mode 100644
index 000000000000..2b90635d9750
--- /dev/null
+++ b/frp.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo ""
+ echo "To start the client, simply modify /etc/frp/frpc.ini, and start the service by:"
+ echo ""
+ echo " systemctl start frpc"
+ echo ""
+ echo "or create your own config file, for example myconf.ini, and start the service by:"
+ echo ""
+ echo " systemctl start frpc@myconf"
+ echo ""
+ echo "You can also start frps the same way"
+ echo ""
+}