CentOS系统FRP服务开机自启动/重启/查看状态命令

您现在的位置是:首页 > Linux系统 > Centos > 正文

Centos

CentOS系统FRP服务开机自启动/重启/查看状态命令

三米哥2021-03-07Centos4768
第一、启动、终止、重启#systemctlstartfrpc.service#启动#systemctlstopfrpc.service#停止#systemctlrestartfrpc.

第一、启动、终止、重启

#systemctl start frpc.service #启动

#systemctl stop frpc.service #停止

#systemctl restart frpc.service #重启

第二、设置开机启动/关闭

#systemctl enable frpc.service #开机启动

#systemctl disable frpc.service #开机不启动

第三、检查frpc状态

#systemctl status frpc.service

第四、查看所有已启动的服务

#systemctl list-units --type=service