Skip to content

Commit

Permalink
Revert "Update systemd unit file to use Rust-based app"
Browse files Browse the repository at this point in the history
This reverts commit bf86dcc.
  • Loading branch information
hongquan committed Feb 14, 2024
1 parent bf86dcc commit 555964e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python-archive/Deployment/Systemd/quanweb.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ After=postgresql.service

[Service]
User=quan
Group=www-data
Group=quan

Type=simple
WorkingDirectory=/home/quan/QuanWeb/quanweb
RuntimeDirectory=quanweb
# ExecStart=/home/quan/.local/bin/quanweb -vb /run/quanweb/web.sock
ExecStart=/home/quan/.local/bin/quanweb -v
ExecStart=/home/quan/QuanWeb/venv/bin/gunicorn quanweb.app:app -b unix:/run/quanweb/web.sock
TimeoutStopSec=20
KillMode=process
Restart=on-failure
Expand Down

0 comments on commit 555964e

Please sign in to comment.