Systemd
使用 systemctl 觀察 systemd 服務狀態
是否有任何選項可以
systemd
實時查看服務狀態systemctl
我實際上做什麼:
systemctl status tor
例如:
systemctl watch tor
您可以使用該
watch
命令查看以下輸出systemctl status tor
:watch systemctl status tor
您還可以關注該服務的 systemd 日誌,這可能也很有用:
journalctl -u tor -f