quotes/qdb.service

25 lines
408 B
Desktop File

[Unit]
Description=quotes.tilde.chat
[Service]
Type=simple
WorkingDirectory=/opt/quotes
ExecStart=/usr/bin/uwsgi \
--plugin=python3 \
--uwsgi-socket=quotes.sock \
--chmod-socket=660 \
--wsgi-file=app.py \
--callable=app \
--processes=1 \
--threads=2
User=qdb
Group=www-data
Restart=always
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
[Install]
WantedBy=default.target