Skip to content

Commit

Permalink
Do not set CPUSchedulingPolicy in a container
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmehren committed Jun 4, 2023
1 parent a8c2aea commit 1a61c1a
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 1a61c1a

Please sign in to comment.