mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
instead of launching isolated tasks via `systemctl`, treat `awx.main.isolated.run` as an executable that knows how to daemonize additionally, add `setup.py isolated_build` for isolated Tower source distribution
4 lines
116 B
Bash
Executable File
4 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
. /venv/tower_isolated/bin/activate
|
|
exec env TOWER_LIB_DIRECTORY=/tower_lib /tower_isolated/run.py "$@"
|