走るたびに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