Files @ 2c3887be1f40
Branch filter:

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

Dennis Fink
Add autosubmit to country selectors

This is done by adding onchange=this.form.submit().
By this we remove some clutter, which is unecessary, especially on small
screens
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