add start commands
This commit is contained in:
parent
f09f80c9a8
commit
401ce0eb76
1 changed files with 7 additions and 0 deletions
7
justfile
7
justfile
|
|
@ -4,5 +4,12 @@ run:
|
|||
dev:
|
||||
FLASK_DEBUG=1 uv run python -c "import server; from werkzeug.serving import run_simple; run_simple('127.0.0.1', 4419, server.application, use_reloader=True, use_debugger=True)"
|
||||
|
||||
restart:
|
||||
sudo systemctl restart web-tools.service
|
||||
|
||||
start:
|
||||
sudo systemctl start web-tools.service
|
||||
|
||||
stop:
|
||||
sudo systemctl stop web-tools.service
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue