Advertisement
robertvari

stylus shop gunicorn config

Dec 20th, 2020 (edited)
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [Unit]
  2. Description=stylusshop daemon
  3. After=network.target
  4.  
  5. [Service]
  6. User=robert
  7. Group=www-data
  8. WorkingDirectory=/home/robert/stylus_shop
  9. ExecStart=/home/robert/stylus_shop/venv/bin/gunicorn --access-logfile - --workers 3 --bind unix:/home/robert/stylus_shop/stylusshop.sock stylus_api.wsgi:application
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement