update init script

This commit is contained in:
arne 2023-01-31 21:41:31 +01:00
parent 757986d4ea
commit 4921403842
2 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,4 @@ git pull
python3 -m venv env
source env/bin/activate
pip3 install -U -r requirements.txt
python3 app.py
exec python3 app.py

View File

@ -9,4 +9,5 @@ error_logger="/usr/bin/logger"
depend() {
need net
use logger
}