Skip to content

Commit

Permalink
Merge pull request #4444 from M0ses/fix_start_obsservicedispatch
Browse files Browse the repository at this point in the history
[dist] automatically start obsservicedispatch ...
  • Loading branch information
adrianschroeter committed Feb 5, 2018
2 parents fb13c8d + 7d70a4e commit f5d2cec
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 @@ -453,7 +453,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 f5d2cec

Please sign in to comment.