diff --git a/build/packages-template/bbb-config/build.sh b/build/packages-template/bbb-config/build.sh index 17792a910ee5..2abecbcb7d7f 100755 --- a/build/packages-template/bbb-config/build.sh +++ b/build/packages-template/bbb-config/build.sh @@ -52,7 +52,7 @@ cp include_default.nginx staging/usr/share/bigbluebutton/ cp bigbluebutton.target staging/usr/lib/systemd/system/ # inject dependency to bigbluebutton.target -for unit in freeswitch nginx redis-server postgres; do +for unit in freeswitch nginx redis-server postgresql; do mkdir -p "staging/usr/lib/systemd/system/${unit}.service.d" cp bigbluebutton.conf "staging/usr/lib/systemd/system/${unit}.service.d/" done