New upstream version 1.21

This commit is contained in:
root
2025-08-06 15:37:55 +02:00
parent 0343893f09
commit 0ef82355c6
40 changed files with 3389 additions and 1136 deletions

13
debian/hd-idle.service vendored Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=hd-idle - spin down idle hard disks
Documentation=man:hd-idle(8)
After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
[Service]
Type=simple
EnvironmentFile=/etc/default/hd-idle
ExecStart=/usr/sbin/hd-idle $HD_IDLE_OPTS
Restart=always
[Install]
WantedBy=multi-user.target