diff options
-rw-r--r-- | appspec.yml | 4 | ||||
-rwxr-xr-x | scripts/start_application.sh (renamed from scripts/start_application) | 0 | ||||
-rwxr-xr-x | scripts/stop_application.sh (renamed from scripts/stop_application) | 0 |
3 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 diff --git a/scripts/start_application b/scripts/start_application.sh index 48c4274..48c4274 100755 --- a/scripts/start_application +++ b/scripts/start_application.sh diff --git a/scripts/stop_application b/scripts/stop_application.sh index d385487..d385487 100755 --- a/scripts/stop_application +++ b/scripts/stop_application.sh |