Files
dss.api/run_web.sh
2015-07-27 22:05:38 +01:00

3 lines
75 B
Bash
Executable File

#!/bin/sh
su -m djworker -c "python manage.py runserver_plus 0.0.0.0:8000"