Skip to content
Snippets Groups Projects
Commit 33f7a438 authored by Erik von Reis's avatar Erik von Reis
Browse files

Merge branch 'fe_process_priorities' into 'master'

Adjusting the default priorities of local_dc rts-transport@ and rts-epics@

See merge request cds/advligorts!187
parents 78a0bdae 84ac0d7e
No related branches found
No related tags found
Loading
......@@ -6,3 +6,4 @@ PartOf=rts@%i.target
User=advligorts
UMask=0002
ExecStart=/usr/bin/rts_epics_exec %i
Nice=-10
......@@ -9,6 +9,8 @@ EnvironmentFile=-/etc/advligorts/systemd_env_%H
ExecStart=/usr/bin/local_dc $local_dc_args
Restart=always
RestartSec=5
CPUSchedulingPolicy=rr
CPUSchedulingPriority=80
[Install]
WantedBy=multi-user.target
......@@ -9,6 +9,8 @@ EnvironmentFile=-/etc/advligorts/systemd_env_%H
ExecStart=/usr/bin/%i $%i_args
Restart=always
RestartSec=5
CPUSchedulingPolicy=rr
CPUSchedulingPriority=60
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment