14 lines
289 B
Desktop File
14 lines
289 B
Desktop File
[Unit]
|
|
Description=phantasma
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
User=pandora
|
|
Group=pandora
|
|
WorkingDirectory=/srv/phantasma
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStart=/srv/phantasma/venv/bin/gunicorn app.wsgi:application --reuse-port -b [::]:8085
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|