Skip to content

Commit

Permalink
[dist] automatically start obsservicedispatch ...
Browse files Browse the repository at this point in the history
... in setup-appliance as optional service
  • Loading branch information
M0ses authored and adrianschroeter committed Feb 5, 2018
1 parent 71f2711 commit d3fbcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/setup-appliance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ function check_optional_backend_services {
fi

[[ $SETUP_ONLY == 1 ]] && return
OPTIONAL_SERVICES="obswarden obsapisetup obsstoragesetup obsworker obsservice"
OPTIONAL_SERVICES="obswarden obsapisetup obsstoragesetup obsworker obsservice obsservicedispatch"

for srv in $OPTIONAL_SERVICES;do
STATE=$(chkconfig $srv|awk '{print $2}')
Expand Down

0 comments on commit d3fbcaa

Please sign in to comment.