include deployment files

This commit is contained in:
j 2021-10-28 19:24:19 +01:00
commit f4bce133ed
5 changed files with 87 additions and 1 deletions

View file

@ -0,0 +1,14 @@
[Unit]
Description=phantasma
[Service]
Type=simple
Restart=always
User=phantasma
Group=phantasma
WorkingDirectory=/srv/phantasma
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/srv/phantasma/venv/bin/gunicorn app.wsgi:application -p 8080
[Install]
WantedBy=multi-user.target