mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Redirect to systemctl
|
|
exec systemctl $@ ansible-tower.service
|