fixed start services

This commit is contained in:
Cayo Puigdefabregas 2021-01-30 15:06:48 +01:00
parent 6ce4d6b877
commit a236bbdf5d
1 changed files with 0 additions and 1 deletions

View File

@ -59,5 +59,4 @@ class ManageServiceCommand(BaseCommand):
class Command(ManageServiceCommand):
services = settings.ORCHESTRA_START_SERVICES
action = 'start'
option_list = BaseCommand.option_list
help = 'Start all related services. Usefull for reload configuration and files.'