Skip to content

Commit

Permalink
Try just identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Oct 16, 2023
1 parent f64a35e commit 45480a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/puma/templates/puma.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ StandardOutput=append:{{ puma_access_log }}
StandardError=append:{{ puma_error_log }}
Restart=always
RestartSec=1
SyslogIdentifier={{ puma_service_unit_name }}
SyslogIdentifier=puma

[Install]
WantedBy=default.target

0 comments on commit 45480a6

Please sign in to comment.