1. Issue서버에 서비스를 생성하고, 특정 쉘스크립트를 실행시킬 때 발생 2. Problem아래 코드는 생성한 서비스이고, ExecStart를 사용해 쉘 스크립트를 실행시키려고 할 때 발생하였다.[Unit]Description=SCM-Manager ServerAfter=syslog.target network.target[Service]Type=simpleUser=scmGroup=scmWorkingDirectory=/home/was/scm/dev-scm-serverExecStart=/home/was/scm/dev-scm-server/bin/scm-serverRestart=on-failure# Exit code 143 means that the program received a SIGTERM sign..