diff --git a/appspec.yml b/appspec.yml index cda24926d..e5a5ad9d2 100644 --- a/appspec.yml +++ b/appspec.yml @@ -11,10 +11,10 @@ permission: group: ubuntu hooks: ApplicationStop: - - location: kill_process.sh + - location: scripts/kill_process.sh timeout: 100 runas: ubuntu ApplicationStart: - - location: run_process.sh + - location: scripts/run_process.sh timeout: 3600 - runas: ubuntu \ No newline at end of file + runas: ubuntu