Adapting service names to scheduler names

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2024-01-16 10:26:25 +01:00
parent d618a06d92
commit c7678eb0e9
No known key found for this signature in database
GPG Key ID: 79AFA05ABDB26C5A
10 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ systemd_system_unit_dir = systemd.get_variable(pkgconfig : 'systemdsystemunitdir
install_data(
[
'sched-ext-central.service', 'sched-ext-flatcg.service', 'sched-ext-nest.service', 'sched-ext-pair.service', 'sched-ext-qmap.service', 'sched-ext-rustland.service', 'sched-ext-rusty.service', 'sched-ext-simple.service', 'sched-ext-userland.service',
'scx_central.service', 'scx_flatcg.service', 'scx_nest.service', 'scx_pair.service', 'scx_qmap.service', 'scx_rustland.service', 'scx_rusty.service', 'scx_simple.service', 'scx_userland.service',
],
install_dir: systemd_system_unit_dir
)