服务相关

列出服务
 systemctl list-units --type=service | grep zbjxb
或者
 systemctl list-unit-files | grep xxx
重启服务
 systemctl restart zbjxb
 service zbjxb restart
移除服务
 systemctl revert zbjxb