mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Use correct redis service name on Ubuntu
Fixes ansible-tower service failure when [re]starting on Ubuntu systems. Trello: https://trello.com/c/YLZM5SUH
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
if [ -e /etc/debian_version ]
|
||||
then
|
||||
SERVICES=(postgresql redis apache2 supervisor)
|
||||
SERVICES=(postgresql redis-server apache2 supervisor)
|
||||
else
|
||||
SERVICES=(postgresql redis httpd supervisord)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user