diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 10:43:38 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 10:43:38 -0600 |
commit | df4e812dc7f73eb37a86ea5525b3f15f53346b79 (patch) | |
tree | eb6b9dd79e982bdc3df448b596f28213ee12659f /appspec.yml | |
parent | a924ac2766e12d1b28c1bb69178b8b25039c4c0b (diff) |
add service files
Diffstat (limited to 'appspec.yml')
-rw-r--r-- | appspec.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |