mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
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 |