有没有办法可以停止systemctl list-unit-files
打印别名?
例子:
foohost:~ # systemctl list-unit-files | grep -i http
httpd.service enabled
检查一下:
foohost:~ # systemctl status httpd.service
● apache2.service - The Apache Webserver
“https.service”只是一个别名。
我正在编写一些脚本来检查状态,如果没有列出别名,那就太好了。