Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/intrahealth/gofr
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaban committed Dec 28, 2023
2 parents 5c40671 + d2de7b4 commit 8ba1183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packaging/ansible/ubuntu/hapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
tasks:

- name: Add the OS specific variables
include_vars:
include_vars:
file: index.yaml

- name: hapi folder exists
Expand Down
4 changes: 2 additions & 2 deletions packaging/ansible/ubuntu/templates/gofr.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ After=network.target
[Service]
Type=simple
WorkingDirectory=/var/lib/gofr/gofr-backend
ExecStart={{node_path}} /var/lib/gofr/gofr-backend/{{site}}/bin/www
ExecStart={{node_path.stdout}} /var/lib/gofr/gofr-backend/{{site}}/bin/www
Restart=always
Environment=NODE_ENV=production

[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

0 comments on commit 8ba1183

Please sign in to comment.