This repository has been archived on 2022-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
Twxtter-main/twitfix.service
2022-05-18 18:44:19 +01:00

13 lines
302 B
Desktop File

[Unit]
Description=Gunicorn instance to serve Twxtter
After=network.target
[Service]
User=ss13
Group=www-data
WorkingDirectory=/srv/Twxtter-main
ExecStart=/home/ss13/.local/lib/python3.8/site-packages/gunicorn --workers 3 --bind unix:twxtter.sock -m 007 wsgi:app
[Install]
WantedBy=multi-user.target