Files @ 10c306594b64
Branch filter:

Location: FVDE/ennstatus/Scripts/start_service_systemd.sh - annotation

Dennis Fink
Make received donation page better looking on small screen

I added margins to the btn class, so that buttons have some space around them.
Secondly the sub header and the form are now in their own col-md-12
1
2
3
4
#!/bin/bash

source /opt/ennstatus/bin/activate
gunicorn -w 4 --chdir /srv/http/enn/ -D -p /tmp/ennstatus.pid -u http -g http -e ENNSTATUS_SETTINGS=/srv/http/enn/config.py -y 127.0.0.1 ennstatus:app