update init script
This commit is contained in:
parent
757986d4ea
commit
4921403842
@ -6,4 +6,4 @@ git pull
|
|||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
pip3 install -U -r requirements.txt
|
pip3 install -U -r requirements.txt
|
||||||
python3 app.py
|
exec python3 app.py
|
||||||
|
@ -9,4 +9,5 @@ error_logger="/usr/bin/logger"
|
|||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
|
use logger
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user