blob: 7b7d2bcf0232bf081e4a6e688c5c144b49580417 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
version: 0.0
os: linux
files:
- source: /
destination: /home/ec2-user/dep-dir
- source: /autoaid.service
destination: /etc/systemd/system/
hooks:
AfterInstall:
- location: scripts/install_dependencies.sh
timeout: 300
runas: root
ApplicationStart:
- location: scripts/start_application.sh
timeout: 300
runas: root
|