Commit initial: récupération et tri rapide
This commit is contained in:
commit
a52829f96c
104 changed files with 11892 additions and 0 deletions
15
systemd-units/hdparm-custom.service
Normal file
15
systemd-units/hdparm-custom.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=Custom hdparm settings
|
||||
ConditionPathExists=/sbin/hdparm
|
||||
|
||||
[Service]
|
||||
# -M = accoustic (128=quiet, 254=fast)
|
||||
ExecStart=/sbin/hdparm -M 128 /dev/sdb
|
||||
ExecStart=/sbin/hdparm -M 128 /dev/sdc
|
||||
# -S = standy timeout (252 = 21 minutes)
|
||||
ExecStart=/sbin/hdparm -S 252 /dev/sdb
|
||||
ExecStart=/sbin/hdparm -S 252 /dev/sdc
|
||||
Type=oneshot
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue