diff --git a/appspec.yml b/appspec.yml index bc0edf4..0063f49 100644 --- a/appspec.yml +++ b/appspec.yml @@ -8,5 +8,6 @@ hooks: - location: scripts/BeforeInstall.sh AfterInstall: - location: scripts/AfterInstall.sh + ApplicationStart: - location: scripts/ApplicationStart.sh runas: ubuntu