Skip to content

Commit

Permalink
fix: test.service file updated for new python -m syntax
Browse files Browse the repository at this point in the history
Co-authored-by: tlane25 <[email protected]>
  • Loading branch information
yg-lim and tlane25 committed Aug 8, 2024
1 parent 6cadb7c commit ded60c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/test.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Restart=always
User=ubuntu
WorkingDirectory=/home/ubuntu/
Environment="PYTHONPATH=/home/ubuntu/.local/share/virtualenvs/db-grdQ2Ybz/bin"
Environment="PIPENV_PIPFILE=/home/ubuntu/db/Pipfile"
Environment="PYTHONPATH=/home/ubuntu/.local/share/virtualenvs/db-grdQ2Ybz/bin"
ExecStart=/home/ubuntu/.local/bin/pipenv run python -m db.server

[Install]
Expand Down

0 comments on commit ded60c4

Please sign in to comment.