답변:
이는 일부 서비스가 시작되지 않았 음을 의미합니다. 인수 systemctl;없이 실행하면 볼 수 있습니다 status.
그들은 다음과 같은 것을 보여 주어야합니다.
loaded failed failed
또는 당신이 할 수있는 단지 실패 서비스 systemctl --failed, 내 경우에는 그 쇼
UNIT LOAD ACTIVE SUB DESCRIPTION
● postgresql@9.4-main.service loaded failed failed PostgreSQL Cluster 9.4-main
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
더 간결하게 원래 질문에 대답하려면 :
systemctl | grep fail
그것을 고치기 위해 다음과 같은 것을 사용하여 실패한 서비스를 다시 시작했습니다.
sudo systemctl restart postgresql@9.4-main.service
그러나 systemd-initctl.service와 같은 서비스에서는 작동하지 않습니다. 라즈베리 파이를 분리하고 다시 플러그인하면 나에게 효과적이지만 서비스를 수동으로 다시 시작하는 것이 좋습니다.