Skip to content

Commit

Permalink
Attempt to fix service
Browse files Browse the repository at this point in the history
  • Loading branch information
flofriday committed Dec 21, 2024
1 parent 5b56838 commit d25748f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bettercal.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=network.target

[Service]
WorkingDirectory=/home/bettercal/better-tiss-calendar/
ExecStart=uv run -- gunicorn -w 5 --bind localhost:5003 app:app
ExecStart=/bin/bash -c 'uv run -- gunicorn -w 5 --bind localhost:5003 app:app'
Restart=always

[Install]
Expand Down

0 comments on commit d25748f

Please sign in to comment.