231747a8d4
OBS-URL: https://build.opensuse.org/request/show/587019 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=274
12 lines
329 B
Plaintext
12 lines
329 B
Plaintext
# do not edit this file, it will be overwritten on update
|
|
|
|
ACTION!="add", GOTO="ssd_scheduler_end"
|
|
SUBSYSTEM!="block", GOTO="ssd_scheduler_end"
|
|
|
|
IMPORT{cmdline}="elevator"
|
|
ENV{elevator}=="*?", GOTO="ssd_scheduler_end"
|
|
|
|
KERNEL=="sd*[!0-9]", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="deadline"
|
|
|
|
LABEL="ssd_scheduler_end"
|