Skip to content

Commit

Permalink
Add GRAVITY_CONFIG_FILE to systemd env
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto authored Apr 16, 2024
1 parent 5454657 commit 7841e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/systemd/galaxy.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Environment=PATH={{ galaxy_venv_dir }}/bin:/usr/local/bin:/bin:/usr/bin:/usr/loc
Environment=DOCUTILSCONFIG=
Environment=PYTHONPATH={{ galaxy_dynamic_job_rules_dir }}
Environment=GRAVITY_STATE_DIR={{ galaxy_gravity_state_dir }}
Environment=GRAVITY_CONFIG_FILE={{ galaxy_config_file }}
{% for env in galaxy_systemd_env %}
Environment={{ env }}
{% endfor %}
Expand Down

0 comments on commit 7841e0f

Please sign in to comment.