diff options
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 |