Update realtime scheduling priority in service file

Related: OS#5687
Change-Id: I64a8c1e9c5b4ca7b51956d195964124d3a8ef768
This commit is contained in:
Max 2022-11-06 15:48:56 +03:00 committed by msuraev
parent 8ec66a7f58
commit eba8816d51
5 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ RestartPreventExitStatus=1
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
CPUSchedulingPriority=1
CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]

View File

@ -14,7 +14,7 @@ RestartPreventExitStatus=1
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
CPUSchedulingPriority=1
CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]

View File

@ -16,7 +16,7 @@ RestartPreventExitStatus=1
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
CPUSchedulingPriority=1
CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]

View File

@ -12,7 +12,7 @@ RestartSec=2
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
CPUSchedulingPriority=1
CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]

View File

@ -12,7 +12,7 @@ RestartSec=2
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
CPUSchedulingPriority=1
CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]