
This commit migrate the valence code to flask and aslo removed rabbitmq. Change-Id: I70234515960e7e2106c5208ced8defc760a4531e
15 lines
260 B
Plaintext
15 lines
260 B
Plaintext
description "Valence server"
|
|
|
|
start on runlevel [2345]
|
|
stop on runlevel [!2345]
|
|
|
|
env PYTHON_HOME=PYHOME
|
|
|
|
# change the chuid to match yours
|
|
exec start-stop-daemon --start --verbose --chuid ${CHUID} \
|
|
--name valence \
|
|
--exec $PYTHON_HOME/valence -- \
|
|
|
|
respawn
|
|
|