init_frpc

#!/bin/bash
### BEGIN INIT INFO
# Provides:          init_frpc.sh
# Required-start:    $local_fs $remote_fs $network $syslog
# Required-Stop:     $local_fs $remote_fs $network $syslog
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: starts the init_frpc.sh daemon
# Description:       starts init_frpc.sh using start-stop-daemon
### END INIT INFO
cd /home/sqh/Cloud_Server/agent/frp_0.22.0_linux_amd64
nohup ./frpc -c ./frpc.ini &
posted @ 2019-05-23 18:10  GMonster  阅读(179)  评论(0编辑  收藏  举报