Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Oct 16, 2023
1 parent 05c9b17 commit f372f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/puma/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- name: Copy Puma service file to the systemd folder
template:
src: "{{ playbook_dir }}/roles/puma/templates/puma.service"
dest: "{{ home_dir }}/.config/systemd/user/{{ puma_service_unit_name }}.service"
dest: "{{ home_dir }}/.config/systemd/user/puma.service"

- name: Check if user is lingering
stat:
Expand Down
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 f372f85

Please sign in to comment.