반응형
1. 문제
amazon ami로 생성한 aws ec2에서 systemd에 custom service를 등록해 사용하려고할때 unrecognized service 에러가 발생할 수 있다.
2. 원인
systemd를 사용하는 버전은 centos7이다. amazon ami는 centos6 버전이기 때문에 systemd가 아닌 이전 버전인 init을 사용해야한다.
3. 해결
aws에서 defualt amazon ami가 아닌 centos7 ami를 사용하자.. 😂
추천서적
파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있음
반응형
'ERROR' 카테고리의 다른 글
[ERROR] local producer cannot connect aws ec2 kafka (1) | 2021.04.06 |
---|---|
[ERROR] ClassNotFoundException: org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata (0) | 2021.02.03 |
[ERROR] nginx 403 forbidden centos7 (0) | 2020.09.15 |
[ERROR] Failed to start The nginx HTTP and reverse proxy server (0) | 2020.09.15 |
[ERROR] JUnit @DataJpaTest NoSuchBeanDefinitionException (0) | 2020.09.15 |