Last active
July 20, 2022 00:44
-
-
Save denji/f1924ebebfecdfd9ffc56ccea85a75e9 to your computer and use it in GitHub Desktop.
#udev #linux /etc/udev/rules.d/hd_power_save.rules ("udevadm control --reload-rules && udevadm trigger")
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/udev/rules.d/hd_power_save.rules | |
ACTION=="add", SUBSYSTEM=="scsi_host", KERNEL=="host*", ATTR{link_power_management_policy}="med_power_with_dipm" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment