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