Files
dss.api/run_web.sh
2015-09-25 20:10: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:8001"