运行命令:yum install gpm*  安装gpm

启动gpm服务:
service gpm start

运行systemctl enable gpm.servicere 添加到后台服务。

 

备注:CentOS7服务使用方法

服务使用方法
systemctl start [服务文件名]
systemctl restart [服务文件名]
systemctl stop [服务文件名]
systemctl status [服务文件名]
设置开机启动
systemctl enable [服务文件名]
systemctl disable [服务文件名]

 

相关文章:

  • 2021-05-07
  • 2022-12-23
  • 2022-01-01
  • 2021-09-29
  • 2022-02-07
  • 2021-11-06
猜你喜欢
  • 2021-11-20
  • 2021-09-24
  • 2021-05-13
  • 2021-08-13
  • 2021-12-04
  • 2021-05-08
  • 2021-09-17
相关资源
相似解决方案