blob: 8db5566a58428829b88091b5f2c8e87b9668e5a1 (
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
ApplicationStop:
- location: scripts/stop_server
timeout: 300
runas: root
|