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