Use the correct command to start spend-service

This commit is contained in:
Jeremy Dormitzer 2021-04-05 10:47:12 -04:00
parent 1227a9f837
commit 8235d8d0ae

View File

@ -360,7 +360,7 @@
:name "spend-service" :name "spend-service"
:tags '(lola backend) :tags '(lola backend)
:command "~/lola/python_services/spend/bin/start.sh" :command "~/lola/python_services/spend/bin/start.sh"
:args '("web") :args '("web-dev")
:cwd "~/lola/python_services" :cwd "~/lola/python_services"
:stop-signal 'int :stop-signal 'int
:init-async (python-service-setup "~/lola/python_services/.venv" :init-async (python-service-setup "~/lola/python_services/.venv"