Raise priority in systemd
This commit is contained in:
parent
19afd92dc8
commit
99d5349281
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ TimeoutStopSec=15
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=300
|
RestartSec=300
|
||||||
Type=simple
|
Type=simple
|
||||||
|
RestrictRealtime=false
|
||||||
|
CPUSchedulingPriority=rr
|
||||||
|
CPUSchedulingPriority=49
|
||||||
|
IOSchedulingClass=realtime
|
||||||
|
IOSchedulingPriority=3
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue