Created
February 14, 2020 20:51
-
-
Save ElXreno/f29b0786ba7832ea453a87737d5de9fa to your computer and use it in GitHub Desktop.
hdparm config service
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
[Unit] | |
Description=hdparm config service | |
After=suspend.target | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/sbin/hdparm -B 254 -S 96 /dev/disk/by-id/ata-... | |
[Install] | |
WantedBy=suspend.target basic.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment