You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
182 B
Bash

7 years ago
#!/usr/bin/env bash
cd /home/stat/metar
uwsgi --socket 127.0.0.1:9000 --wsgi-file uwsgi_metar.py --master --process 1 --threads 1 --stats 127.0.0.1:9001 > /dev/null 2>> uwsgi.log &