From e012b743d823ab1823d14a5a5c7da3b469999df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 16 Oct 2023 18:48:53 +0200 Subject: [PATCH] Test service --- roles/puma/templates/puma.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/puma/templates/puma.service b/roles/puma/templates/puma.service index 32f4c993..0faf6e2e 100644 --- a/roles/puma/templates/puma.service +++ b/roles/puma/templates/puma.service @@ -11,7 +11,7 @@ StandardOutput=append: {{ puma_access_log }} StandardError=append: {{ puma_error_log }} Restart=always RestartSec=1 -SyslogIdentifier=puma +SyslogIdentifier={{ puma_service_unit_name }} [Install] WantedBy=default.target