systemctl start で、「gitlab-runner.service の起動に失敗しました: ユニットが正しくロードされていません: メッセージが不正です。」

systemctl start で、「gitlab-runner.service の起動に失敗しました: ユニットが正しくロードされていません: メッセージが不正です。」

走るたびにsystemctl start gitlab-runner.service

systemctl start gitlab-runner.service 
Failed to start gitlab-runner.service: Unit is not loaded properly: Bad message.
See system logs and 'systemctl status gitlab-runner.service' for details.

このエラーに関する詳細情報を見つけるにはどうすればよいですか、これはどういう意味ですか?

答え1

まずユニットを有効にする必要がありました

systemctl enable gitlab-runner.service

そうすれば始められる

systemctl start gitlab-runner.service

関連情報