summarylogtreecommitdiffstats
path: root/frp.install
blob: 2b90635d9750f77771ab25128c2bbf3a63d4e738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 ""
}