Linux 서비스를 쓸 때 Exec 포맷 오류가 나타나는 이유는 무엇입니까? springboot web app을 서비스로 전개하기 위해 Linux 서비스를 작성하고 있습니다.여기 서비스 파일입니다.springboot.service [Unit] Description=My Webapp Java REST Service [Service] User=ubuntu # The configuration file application.properties should be here: #change this to your workspace WorkingDirectory=/home/ubuntu #path to executable. #executable is a bash script which calls jar file Exec..