mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-23 14:41:33 +00:00
Add priorities to TFW processes
This commit is contained in:
parent
16f0335d76
commit
269cab691e
@ -4,3 +4,4 @@ directory=/tmp
|
|||||||
command=bash tfw_init.sh
|
command=bash tfw_init.sh
|
||||||
autorestart=false
|
autorestart=false
|
||||||
startsecs=0
|
startsecs=0
|
||||||
|
priority=1
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
user=root
|
user=root
|
||||||
directory=%(ENV_TFW_SERVER_DIR)s
|
directory=%(ENV_TFW_SERVER_DIR)s
|
||||||
command=python3 -u tfw_server.py
|
command=python3 -u tfw_server.py
|
||||||
|
priority=2
|
||||||
|
Loading…
Reference in New Issue
Block a user