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.

140 B

# 添加定时检查脚本
echo "* * * * * root /usr/local/frp/check_frpc.sh" >> /etc/crontab

# 重启服务
service crond restart