Skip to content

Commit

Permalink
Merge pull request #344 from davidmehren/fix_sfu_container
Browse files Browse the repository at this point in the history
bbb-webrtc-sfu.service: do not set CPUSchedulingPolicy in a container
  • Loading branch information
Davka authored Oct 1, 2023
2 parents e3e449e + c087596 commit 8f0fae1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/bbb-webrtc-sfu/bbb-webrtc-sfu.override
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[Unit]
After=syslog.target network.target freeswitch.service kurento-media-server-8888.service kurento-media-server-8889.service kurento-media-server-8890.service redis-server.service
{%if bbb_container_compat %}
[Service]
CPUSchedulingPolicy=
{% endif %}

0 comments on commit 8f0fae1

Please sign in to comment.