aboutsummaryrefslogtreecommitdiff
path: root/appspec.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appspec.yml')
-rw-r--r--appspec.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appspec.yml b/appspec.yml
index bf61d74..90a7f55 100644
--- a/appspec.yml
+++ b/appspec.yml
@@ -11,10 +11,10 @@ hooks:
timeout: 300
runas: root
ApplicationStart:
- - location: start_application
+ - location: scripts/start_application.sh
timeout: 300
runas: root
ApplicationStop:
- - location: stop_application
+ - location: scripts/stop_application.sh
timeout: 300
runas: root \ No newline at end of file