Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=gunicorn daemon
- Requires=gunicorn.socket
- After=network.target
- [Service]
- User=vokler
- Group=www-data
- WorkingDirectory=/home/vokler/wishlist-server/wishlist
- ExecStart=/home/vokler/wishlist-server/venv/bin/gunicorn \
- --access-logfile - \
- --workers 3 \
- --bind unix:/run/gunicorn.sock \
- wishlist.wsgi:application
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement