### BEGIN INIT INFO # Provides: frpc # Required-Start: $all # Required-Stop: $all # Default-Start: 2 3 4 5 # Default-Stop: 0 6 # Short-Description: Start up the frpc server daemon # Description: frpc is a neiwangchuantou tool ### END INIT INFO
# source function library . /etc/rc.d/init.d/functions
RETVAL=0 prog="frpc"
# Some functions to make the below more readable FRPC=/usr/bin/frpc INI_FILE=/etc/frp/frpc.ini