From df4e812dc7f73eb37a86ea5525b3f15f53346b79 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 8 Oct 2023 10:43:38 -0600 Subject: add service files --- appspec.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appspec.yml') diff --git a/appspec.yml b/appspec.yml index c8dbced..8db5566 100644 --- a/appspec.yml +++ b/appspec.yml @@ -3,6 +3,8 @@ os: linux files: - source: / destination: /home/ec2-user/dep-dir + - source: /autoaid.service + destination: /etc/systemd/system/ hooks: AfterInstall: - location: scripts/install_dependencies.sh -- cgit v1.2.3