- /opt/fw/deploy.sh — simple wrapper, user entry point
- /opt/fw/app/main.py — deploy script
- /opt/fw/app/fw.conf — node config
- /opt/fw/app/state.json — deployment state
- Instances stay at /opt/fw/{name}/wallarm/
3 lines
93 B
Bash
Executable file
3 lines
93 B
Bash
Executable file
#!/bin/bash
|
|
# Wallarm Node Manager — wrapper
|
|
/usr/bin/env python3 /opt/fw/app/main.py "$@"
|