Skip to content

Commit

Permalink
Updates for systemd, hermes update for haproxy service instance
Browse files Browse the repository at this point in the history
  • Loading branch information
sjones4 committed Sep 27, 2019
1 parent cdaaed8 commit 311cb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hermes/appscale/hermes/unified_service_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class ServicesEnum(object):
CRON = Service(name='crond',
name_matcher=r'^cron.service$')
APPMANAGER = Service(name='appmanager', name_matcher='^appscale-instance-manager.service$')
SERVICE_HAPROXY = Service(name='service_haproxy', name_matcher='^appscale-haproxy.service$')
SERVICE_HAPROXY = Service(name='service_haproxy', name_matcher='^appscale-haproxy@service.service$')


KNOWN_SERVICES = [
Expand Down

0 comments on commit 311cb8c

Please sign in to comment.