From b4ffd7caef3401b43f49ffa962d3871a3d3c51bc Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Tue, 21 May 2024 08:31:04 +0100 Subject: [PATCH] Update appspec.yml --- appspec.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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