Files
www-POC/start.sh

6 lines
166 B
Bash

#!/bin/bash
OLDDIR=$PWD
cd /root/www
twistd --pidfile=/root/datalogger.pid web --https=5000 --wsgi app.app -c app/hplumberjack.crt -k app/hplumberjack.key
cd $OLDDIR