diff --git a/appspec.yml b/appspec.yml index 14b7d1d..fd70996 100644 --- a/appspec.yml +++ b/appspec.yml @@ -6,12 +6,13 @@ files: hooks: BeforeInstall: - location: scripts/before_install.sh + runas: root AfterInstall: - location: scripts/after_install.sh - runas: root + runas: root ApplicationStart: - location: scripts/start_server.sh - runas: ubuntu + runas: ubuntu ApplicationStop: - location: scripts/stop_server.sh - runas: root + runas: root