systemd
リアルタイムでサービスのステータスを表示するオプションはありますか?systemctl
私が実際にしたことは:
systemctl status tor
たとえば、
systemctl watch tor
ベストアンサー1
watch
次のコマンドを使用して出力を表示できますsystemctl status tor
。
watch systemctl status tor
サービスのsystemdログに従うことも、これは役に立ちます。
journalctl -u tor -f