仮想サーバのインスタンスで、syslogにserial-getty@ttyS1.serviceのrestartログが繰り返し出力されていますが、サービスを停止しても問題ないでしょうか。
サーバーインスタンス, 仕様
2023年10月17日 (2023年8月30日:更新)
[ログ出力例]
systemd[1]: serial-getty@ttyS1.service: Scheduled restart job, restart counter is at xx.
systemd[1]: Stopped Serial Getty on ttyS1.
systemd[1]: Started Serial Getty on ttyS1.
serial-getty@ttyS1.serviceのrestartログが繰り返し出力されている場合、以下の手順でサービスの停止・無効化を行なって問題ありません。
systemctl stop serial-getty@ttyS1.service
systemctl disable serial-getty@ttyS1.service