mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
7 lines
179 B
Desktop File
7 lines
179 B
Desktop File
[Unit]
|
|
Description=Run of Ansible Tower job %I
|
|
|
|
[Service]
|
|
ExecStart=/venv/tower_isolated/bin/python /tower_isolated/run.py %I
|
|
Restart=no
|
|
Environment=TOWER_LIB_DIRECTORY=/tower_lib |