systemctl 시작 시 "gitlab-runner.service를 시작할 수 없습니다: 장치가 올바르게 로드되지 않았습니다: 오류 메시지".

systemctl 시작 시 "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

관련 정보