14 lines
296 B
Desktop File
14 lines
296 B
Desktop File
[Unit]
|
|
Description=Pleroma2nip05
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=cgsserver
|
|
WorkingDirectory=/opt/pleroma2nip05
|
|
Environment=FLASK_CONFIG=production
|
|
ExecStart=/opt/pleroma2nip05/venv/bin/gunicorn -b localhost:5000 --preload --workers=1 --threads=5 -t 60
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|