14 lines
327 B
Desktop File
14 lines
327 B
Desktop File
[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
|