每当我运行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.我怎样才能找到更多关于这个错误的信息,这意味着什么?
发布于 2020-03-22 16:35:26
我得先启用这个单位,
systemctl enable gitlab-runner.service然后我就可以开始了
systemctl start gitlab-runner.servicehttps://unix.stackexchange.com/questions/574282
复制相似问题