summaryrefslogtreecommitdiff
path: root/roles/streaming/dolmetsch-raspi/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/streaming/dolmetsch-raspi/templates')
-rw-r--r--roles/streaming/dolmetsch-raspi/templates/dolmetschctl.service.j22
-rw-r--r--roles/streaming/dolmetsch-raspi/templates/dolmetschctld.service.j22
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/streaming/dolmetsch-raspi/templates/dolmetschctl.service.j2 b/roles/streaming/dolmetsch-raspi/templates/dolmetschctl.service.j2
index 909c8570..bcf2b784 100644
--- a/roles/streaming/dolmetsch-raspi/templates/dolmetschctl.service.j2
+++ b/roles/streaming/dolmetsch-raspi/templates/dolmetschctl.service.j2
@@ -2,7 +2,7 @@
Description=dolmetschctl Client
[Service]
-ExecStart=/opt/dolmetschctl/bin/dolmetschctl {{ dolmetsch_raspi_server_address }}:8234
+ExecStart=/opt/dolmetschctl/dolmetschctl {{ dolmetsch_raspi_server_address }}:8234
Restart=always
RestartSecs=1s
StartLimitBurst=10
diff --git a/roles/streaming/dolmetsch-raspi/templates/dolmetschctld.service.j2 b/roles/streaming/dolmetsch-raspi/templates/dolmetschctld.service.j2
index c8c9ca79..fc6e632d 100644
--- a/roles/streaming/dolmetsch-raspi/templates/dolmetschctld.service.j2
+++ b/roles/streaming/dolmetsch-raspi/templates/dolmetschctld.service.j2
@@ -2,7 +2,7 @@
Description=dolmetschctl Server
[Service]
-ExecStart=/opt/dolmetschctl/bin/dolmetschctld
+ExecStart=/opt/dolmetschctl/dolmetschctld
Restart=always
RestartSecs=1s
StartLimitBurst=10