diff --git a/library/roles/prometheus-haproxy-exporter/templates/haproxy_exporter.systemd.j2 b/library/roles/prometheus-haproxy-exporter/templates/haproxy_exporter.systemd.j2
index 0de4dbbd..b0703745 100644
--- a/library/roles/prometheus-haproxy-exporter/templates/haproxy_exporter.systemd.j2
+++ b/library/roles/prometheus-haproxy-exporter/templates/haproxy_exporter.systemd.j2
@@ -13,5 +13,5 @@ ExecStart={{ prometheus_h_e_cmd }}  {{ prometheus_h_e_opts }} {{ prometheus_h_e_
 
 [Install]
 WantedBy=multi-user.target
-Alias=node_exporter.service
+Alias=prometheus_haproxy_exporter.service
 
diff --git a/library/roles/prometheus-node-exporter/templates/node_exporter.systemd.j2 b/library/roles/prometheus-node-exporter/templates/node_exporter.systemd.j2
index e7e5f125..bf0d1036 100644
--- a/library/roles/prometheus-node-exporter/templates/node_exporter.systemd.j2
+++ b/library/roles/prometheus-node-exporter/templates/node_exporter.systemd.j2
@@ -13,5 +13,5 @@ ExecStart={{ prometheus_n_e_cmd }}  {{ prometheus_n_e_opts }} {{ prometheus_n_e_
 
 [Install]
 WantedBy=multi-user.target
-Alias=node_exporter.service
+Alias=prometheus_node_exporter.service