mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-25 04:00:24 +00:00
systemd-services: replace ConditionPathExists with ConditionPathIsDirectory
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
911c3c03a2
commit
128fa63cc2
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Start scx_central
|
||||
ConditionPathExists=/sys/kernel/debug/sched/ext
|
||||
ConditionPathIsDirectory=/sys/kernel/sched_ext
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Start scx_flatcg
|
||||
ConditionPathExists=/sys/kernel/debug/sched/ext
|
||||
ConditionPathIsDirectory=/sys/kernel/sched_ext
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Start scx_nest
|
||||
ConditionPathExists=/sys/kernel/debug/sched/ext
|
||||
ConditionPathIsDirectory=/sys/kernel/sched_ext
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Start scx_pair
|
||||
ConditionPathExists=/sys/kernel/debug/sched/ext
|
||||
ConditionPathIsDirectory=/sys/kernel/sched_ext
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Start scx_qmap
|
||||
ConditionPathExists=/sys/kernel/debug/sched/ext
|
||||
ConditionPathIsDirectory=/sys/kernel/sched_ext
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Start scx_rustland
|
||||
ConditionPathExists=/sys/kernel/debug/sched/ext
|
||||
ConditionPathIsDirectory=/sys/kernel/sched_ext
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Start scx_rusty
|
||||
ConditionPathExists=/sys/kernel/debug/sched/ext
|
||||
ConditionPathIsDirectory=/sys/kernel/sched_ext
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Start scx_simple
|
||||
ConditionPathExists=/sys/kernel/debug/sched/ext
|
||||
ConditionPathIsDirectory=/sys/kernel/sched_ext
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Start scx_userland
|
||||
ConditionPathExists=/sys/kernel/debug/sched/ext
|
||||
ConditionPathIsDirectory=/sys/kernel/sched_ext
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
Loading…
Reference in New Issue
Block a user