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