diff options
-rw-r--r-- | appspec.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/appspec.yml b/appspec.yml index 8db5566..90a7f55 100644 --- a/appspec.yml +++ b/appspec.yml @@ -10,7 +10,11 @@ hooks: - location: scripts/install_dependencies.sh timeout: 300 runas: root + ApplicationStart: + - location: scripts/start_application.sh + timeout: 300 + runas: root ApplicationStop: - - location: scripts/stop_server + - location: scripts/stop_application.sh timeout: 300 runas: root
\ No newline at end of file |