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