This repository has been archived on 2020-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
photo/startup.sh

3 lines
141 B
Bash
Executable File

#/usr/bin/python3 manage.py runserver 127.0.0.1:8008 >/tmp/photo.log 2>&1 &
/usr/bin/python3 manage.py runserver 127.0.0.1:8008 >/dev/null &