systemctlを使用したシステムサービスの状態の観察

systemctlを使用したシステムサービスの状態の観察

systemdリアルタイムでサービスのステータスを表示するオプションはありますか?systemctl

私が実際にしたことは:

systemctl status tor

たとえば、

systemctl watch tor

ベストアンサー1

watch次のコマンドを使用して出力を表示できますsystemctl status tor

watch systemctl status tor

サービスのsystemdログに従うことも、これは役に立ちます。

journalctl -u tor -f

おすすめ記事