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

관련 정보