mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 18:49:21 -02: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
|