fixed start services
This commit is contained in:
parent
6ce4d6b877
commit
a236bbdf5d
|
@ -59,5 +59,4 @@ class ManageServiceCommand(BaseCommand):
|
||||||
class Command(ManageServiceCommand):
|
class Command(ManageServiceCommand):
|
||||||
services = settings.ORCHESTRA_START_SERVICES
|
services = settings.ORCHESTRA_START_SERVICES
|
||||||
action = 'start'
|
action = 'start'
|
||||||
option_list = BaseCommand.option_list
|
|
||||||
help = 'Start all related services. Usefull for reload configuration and files.'
|
help = 'Start all related services. Usefull for reload configuration and files.'
|
||||||
|
|
Loading…
Reference in New Issue