Symptom..서비스[service]는 올라가있는데(active), 로그를 보면 실패했다~ 안된다~ 는 식으로 나옴.pam_unix(sudo:auth): conversation failedpam_unix(sudo:auth): auth could not identify password for [service]추가로 pam이나 auth, sudo를 얘기함.Touble-shooting../etc/sudoers에 서비스를 사용하는 사용자를 추가해준다.[user] ALL=NOPASSWD:[command]# ex)# test-user ALL=NOPASSWD:/bin/test-service/etc/sudoers파일을 수정 한 후 서비스 재시작하기service [service] restart# orsystemctl ..