Files @ 6a5a15855897
Branch filter:

Location: FVDE/ennstatus/Scripts/start_service_systemd.sh

Dennis Fink
Remove status from model

tor_status was renamed to status. Because people are only interested in if the
tor process is actually running!
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