Skip to content

Commit

Permalink
avniproject/avni-product#1578 | Reload daemon on applying changes in …
Browse files Browse the repository at this point in the history
…service.template
  • Loading branch information
himeshr committed Jul 4, 2024
1 parent ad3e908 commit dcca791
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure/roles/appserver/tasks/setup_application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
group: "{{application_group}}"
mode: '755'

- name: Daemon Reload systemd
systemd:
daemon_reload: true

- name: Enable server
service:
name: "{{application_name}}_appserver.service"
Expand Down

0 comments on commit dcca791

Please sign in to comment.