diff --git a/appspec.yml b/appspec.yml new file mode 100644 index 0000000000..28d8431ba7 --- /dev/null +++ b/appspec.yml @@ -0,0 +1,12 @@ +version: 0.0 +os: linux + +hooks: + ApplicationStop: + - location: scripts/stop_container.sh + timeout: 300 + runas: root + AfterInstall: + - location: scripts/start_container.sh + timeout: 300 + runas: root