Added some stuff to the misc.dummy and misc.random service for testing. (0.21.4)
This commit is contained in:
parent
1b14770a50
commit
6a5fd9041c
4 changed files with 40 additions and 12 deletions
9
Makefile
9
Makefile
|
|
@ -33,11 +33,14 @@ help:
|
|||
# ------------------------------
|
||||
# make daemon
|
||||
|
||||
daemon:
|
||||
PYTHONPATH=$(shell pwd):$(shell pwd)/venv/lib/python$(PYTHON_VRESION)/site-packages/ bin/linspector -d ./etc
|
||||
|
||||
follow:
|
||||
tail -F ./log/linspector.log
|
||||
|
||||
run:
|
||||
PYTHONPATH=$(shell pwd):$(shell pwd)/venv/lib/python$(PYTHON_VERSION)/site-packages/ bin/linspector ./etc
|
||||
|
||||
rundev:
|
||||
PYTHONPATH=$(shell pwd):$(shell pwd)/venv/lib/python$(PYTHON_VERSION)/site-packages/ bin/linspector ./etc.test.local
|
||||
|
||||
daemon:
|
||||
PYTHONPATH=$(shell pwd):$(shell pwd)/venv/lib/python$(PYTHON_VRESION)/site-packages/ bin/linspector -d ./etc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue