diff options
-rw-r--r-- | appspec.yml | 4 | ||||
-rwxr-xr-x | scripts/start_application (renamed from scripts/start_application.sh) | 0 | ||||
-rwxr-xr-x | scripts/stop_application (renamed from scripts/stop_application.sh) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/appspec.yml b/appspec.yml index b061d4f..bf61d74 100644 --- a/appspec.yml +++ b/appspec.yml @@ -11,10 +11,10 @@ hooks: timeout: 300 runas: root ApplicationStart: - - location: start_application.sh + - location: start_application timeout: 300 runas: root ApplicationStop: - - location: stop_application.sh + - location: stop_application timeout: 300 runas: root
\ No newline at end of file diff --git a/scripts/start_application.sh b/scripts/start_application index 48c4274..48c4274 100755 --- a/scripts/start_application.sh +++ b/scripts/start_application diff --git a/scripts/stop_application.sh b/scripts/stop_application index d385487..d385487 100755 --- a/scripts/stop_application.sh +++ b/scripts/stop_application |