Skip to content
Snippets Groups Projects
Commit 5d48e9be authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Fix environment variable

parent fa2d8b9d
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ Before=nginx.service ...@@ -5,7 +5,7 @@ Before=nginx.service
[Service] [Service]
Type=simple Type=simple
User=wwwrun User=wwwrun
Environment="STECHUHR-SERVER_CONFIG_PATH=/etc/stechuhr-server/config.toml" Environment="STECHUHR_SERVER_CONFIG_PATH=/etc/stechuhr-server/config.toml"
WorkingDirectory=/srv/stechuhr-server WorkingDirectory=/srv/stechuhr-server
ExecStart=/srv/stechuhr-server/env/bin/gunicorn stechuhr_server.server:app ExecStart=/srv/stechuhr-server/env/bin/gunicorn stechuhr_server.server:app
Restart=always Restart=always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment