mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 15:53:36 -05: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
|